X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=autogen.sh;h=baee6c3e6971398a329e2f0af4a039d506e1e970;hb=d65045c3f80d175b7da2540ba6290c4de22acd9a;hp=a9840849b16169c9bf8adbbd4ee15fdaaa0e9c9a;hpb=1870dd377ce49bc5aea9de06041797bb9a0ac365;p=ncmpc.git diff --git a/autogen.sh b/autogen.sh index a984084..baee6c3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,16 +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 - -# rerun libtoolize -echo "libtoolize..." -libtoolize --force +aclocal -I m4 # This generates the configure script from configure.in echo "autoconf..."