X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=autogen.sh;h=a639131d8aad119c586b9d2d549c1d6522896544;hb=0e046c7ba5a79c91d3c5ab810c7ec6566f6f182b;hp=e93a00eea06809625536296da54900ce9bfa3ae2;hpb=0abf816f752baef7299f32d21406e92d49d834c0;p=ncmpc.git diff --git a/autogen.sh b/autogen.sh index e93a00e..a639131 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,15 +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..." @@ -20,7 +19,7 @@ autoheader # Generate Makefile.in from Makefile.am echo "automake..." -automake --add-missing +automake --add-missing $AUTOMAKE_FLAGS # configure