diff options
author | Benedikt Meurer <benny@xfce.org> | 2004-11-22 23:58:22 +0000 |
---|---|---|
committer | Benedikt Meurer <benny@xfce.org> | 2004-11-22 23:58:22 +0000 |
commit | 74f9080e7cc79da733034ec64b6407251ac0a323 (patch) | |
tree | 8d39b65f4bec83f45377081c5e37912b3e3a4d16 /autogen.sh | |
parent | 3e31ae80130d62029d965892b63804cd7c7392a1 (diff) | |
download | exo-74f9080e7cc79da733034ec64b6407251ac0a323.tar.gz |
2004-11-22 Benedikt Meurer <benny@xfce.org>
* exo/exo-icon-bar.c, exo/exo-icon-bar.h, docs/tmpl/exo-icon-bar.sgml:
ExoIconBar can no longer receive focus. Renamed "changed" signal to
"selection-changed". Several code cleanups and gtk-doc completed.
* exo/exo-binding.c, exo/exo-gobject-extensions.c,
exo/exo-binding.h, exo/exo-gobject-extensions.h,
docs/tmpl/exo-binding.sgml, docs/tmpl/exo-gobject-extensions.sgml:
Replacement for ExoPropertyProxy. Based on the GObject Binding
Properties code from http://ex-code.com/glib-bind/. This
implementation is easier, faster and requires less memory.
* exo/exo.h: Deprecated ExoPropertyProxy in favour of ExoBinding.
* configure.ac: Added some M4 magic to allow version tags. Updated
version to 0.2.0svn.
* po/: Updated translations.
* exo/exo-private.c, exo/exo-private.h, exo/exo-toolbars-view.c: Get
i18n support working.
2004-11-16 Benedikt Meurer <benny@xfce.org>
* po/, configure.ac: Made libexo translatable.
2004-11-15 Benedikt Meurer <benny@xfce.org>
* exo/exo-ellipsized-label.c: Remove the tooltips from the label
object.
(Old svn revision: 16532)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -111,8 +111,8 @@ do echo "Running autoheader..." ${AUTOHEADER} fi - echo "Running ${AUTOMAKE} --foreign $am_opt ..." - ${AUTOMAKE} --add-missing --foreign --force --copy $am_opt + echo "Running ${AUTOMAKE} --gnu $am_opt ..." + ${AUTOMAKE} --add-missing --gnu --force --copy $am_opt echo "Running ${AUTOCONF} ..." ${AUTOCONF} ) |