]> granicus.if.org Git - psmisc/commitdiff
build-sys: autoconf expects m4 macro directory
authorSami Kerola <kerolasa@iki.fi>
Sat, 22 Oct 2011 23:02:32 +0000 (01:02 +0200)
committerCraig Small <csmall@users.sourceforge.net>
Wed, 25 Jan 2012 07:51:22 +0000 (18:51 +1100)
Without m4 directory one will get following error message when using
rather new autotools version (2.68.89-2a9b7).

macro `AM_GNU_GETTEXT' not found in library

http://www.gnu.org/s/hello/manual/gettext/aclocal.html

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
autogen.sh

index b516e9402ab0a0ba0e75b1218562a6d8626a86a1..adababe15e0c4b3cb2a163941df7a776bd19fe55 100755 (executable)
@@ -55,7 +55,7 @@ for dir in .
 do
   echo processing $dir
   cd $dir
-  configdir="config"
+  configdir="m4"
   test -d $configdir || mkdir $configdir
   aclocalinclude="$ACLOCAL_FLAGS"
   $AUTOPOINT