summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-11-22 23:58:22 +0000
committerBenedikt Meurer <benny@xfce.org>2004-11-22 23:58:22 +0000
commit74f9080e7cc79da733034ec64b6407251ac0a323 (patch)
tree8d39b65f4bec83f45377081c5e37912b3e3a4d16 /autogen.sh
parent3e31ae80130d62029d965892b63804cd7c7392a1 (diff)
downloadexo-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-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 0c4ea14..e985679 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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}
)