From: Sami Kerola Date: Sat, 22 Oct 2011 23:02:32 +0000 (+0200) Subject: build-sys: autoconf expects m4 macro directory X-Git-Tag: v22.15~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93191424550e3e087ab6e5ad9d240d00f693af2f;p=psmisc build-sys: autoconf expects m4 macro directory 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 --- diff --git a/autogen.sh b/autogen.sh index b516e94..adababe 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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