From: Andreas Obergrusberger Date: Tue, 13 Mar 2007 19:08:49 +0000 (+0000) Subject: zpdated autogen.sh X-Git-Tag: v0.12_alpha1~341 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5b40d903e57eb92c38bb640807806bc7caffdcd;p=ncmpc.git zpdated autogen.sh git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5619 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/autogen.sh b/autogen.sh index 20ea5ed..df0e774 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,27 +1,28 @@ #! /bin/sh # Generate config.h.in -echo "autoheader..." -autoheader - echo "touch stamp-h" touch stamp-h -# rerun libtoolize -echo "libtoolize..." -libtoolize --force - # add aclocal.m4 to current dir echo "aclocal..." aclocal +# rerun libtoolize +echo "libtoolize..." +libtoolize --force + # This generates the configure script from configure.in echo "autoconf..." autoconf +echo "autoheader..." +autoheader + # Generate Makefile.in from Makefile.am echo "automake..." -automake +automake --add-missing + # configure echo "./configure $*"