X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=autogen.sh;h=baee6c3e6971398a329e2f0af4a039d506e1e970;hb=70fb7f08efd3ae3651ab509f5062ee224da70972;hp=1ab5e4cdff656c8b65e79429f78a6a2ee98005f2;hpb=6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1;p=ncmpc.git diff --git a/autogen.sh b/autogen.sh index 1ab5e4c..baee6c3 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..."