X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=autogen.sh;h=15d4f313a61c2c2fc3021172b64346af7bf4198e;hp=02e7c8908e37fea6cccb938d15d1fb55bfadaa66;hb=44de8692debacd87df92aa04f88941336a894ce3;hpb=529c2482226397b7f9d25238d2853e0af427363f diff --git a/autogen.sh b/autogen.sh index 02e7c89..15d4f31 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,18 +4,15 @@ ### GTK-DOC ######################################################### # Run before autotools echo "Setting up Gtk-Doc" -gtkdocize || 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 +