From: Akim Demaille Date: Thu, 24 Feb 2000 18:25:03 +0000 (+0000) Subject: * autoconf.sh (AC_ACLOCALDIR): Use `(aclocal) 2>/dev/null`, not X-Git-Tag: autoconf-2.50~1125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cab1fd7fe03cfaa3e1cb7147a3c6a7d10cecee6;p=thirdparty%2Fautoconf.git * autoconf.sh (AC_ACLOCALDIR): Use `(aclocal) 2>/dev/null`, not `aclocal 2>/dev/null` if you want no complains for missing aclocal. From Nicolas Joly. --- diff --git a/ChangeLog b/ChangeLog index db556bca0..15421720d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-02-24 Akim Demaille + + * autoconf.sh (AC_ACLOCALDIR): Use `(aclocal) 2>/dev/null`, not + `aclocal 2>/dev/null` if you want no complains for missing + aclocal. + From Nicolas Joly. + 2000-02-22 Pavel Roskin * configure.in (HELP2MAN): Specify the third argument of diff --git a/autoconf.in b/autoconf.in index b0d3de15c..892569d73 100644 --- a/autoconf.in +++ b/autoconf.in @@ -86,7 +86,7 @@ esac # Variables. : ${AC_MACRODIR=@datadir@} -: ${AC_ACLOCALDIR=`aclocal --print-ac-dir 2>/dev/null`} +: ${AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`} : ${AWK=@AWK@} localdir= outfile= diff --git a/autoconf.sh b/autoconf.sh index b0d3de15c..892569d73 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -86,7 +86,7 @@ esac # Variables. : ${AC_MACRODIR=@datadir@} -: ${AC_ACLOCALDIR=`aclocal --print-ac-dir 2>/dev/null`} +: ${AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`} : ${AWK=@AWK@} localdir= outfile= diff --git a/bin/autoconf.in b/bin/autoconf.in index b0d3de15c..892569d73 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -86,7 +86,7 @@ esac # Variables. : ${AC_MACRODIR=@datadir@} -: ${AC_ACLOCALDIR=`aclocal --print-ac-dir 2>/dev/null`} +: ${AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`} : ${AWK=@AWK@} localdir= outfile=