X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=autogen.sh;h=a639131d8aad119c586b9d2d549c1d6522896544;hb=2b171daac0ab6ac161514aeaa521fdd51e3f09c6;hp=1ab5e4cdff656c8b65e79429f78a6a2ee98005f2;hpb=6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1;p=ncmpc.git diff --git a/autogen.sh b/autogen.sh index 1ab5e4c..a639131 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,12 +1,14 @@ #!/bin/sh -e -# Generate config.h.in -echo "touch stamp-h" -touch stamp-h +rm -rf config.cache build +mkdir build + +# create po/Makefile.in.in +glib-gettextize --force --copy # add aclocal.m4 to current dir echo "aclocal..." -aclocal -I $PWD/m4 +aclocal -I m4 # This generates the configure script from configure.in echo "autoconf..." @@ -17,7 +19,7 @@ autoheader # Generate Makefile.in from Makefile.am echo "automake..." -automake --add-missing +automake --add-missing $AUTOMAKE_FLAGS # configure