X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=autogen.sh;h=15d4f313a61c2c2fc3021172b64346af7bf4198e;hb=6bf471dcb4c7d0c36b67bed84097a88b26629258;hp=49281e569d05009f9605e0b9a78cbf4364c5d39a;hpb=904fed6618b22e84597efd60c3784e57d44f3ef1;p=projects%2Fchimara%2Fchimara.git diff --git a/autogen.sh b/autogen.sh index 49281e5..15d4f31 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,18 +4,15 @@ ### GTK-DOC ######################################################### # Run before autotools echo "Setting up Gtk-Doc" -gtkdocize --flavour no-tmpl || exit 1 +gtkdocize --copy --flavour no-tmpl || exit 1 ### AUTOTOOLS ####################################################### # Runs autoconf, autoheader, aclocal, automake, autopoint, libtoolize echo "Regenerating autotools files" -autoreconf --install --symlink || exit 1 - -### GLIB-GETTEXT #################################################### -echo "Running glib-gettextize... Ignore non-fatal messages" -glib-gettextize --force --copy || exit 1 +autoreconf --force --install || exit 1 ### INTLTOOL ######################################################## -# Run after autopoint or glib-gettextize +# Run after autopoint echo "Setting up Intltool" intltoolize --copy --force --automake || exit 1 +