]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoconf.sh (AC_ACLOCALDIR): Use `(aclocal) 2>/dev/null`, not
authorAkim Demaille <akim@epita.fr>
Thu, 24 Feb 2000 18:25:03 +0000 (18:25 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 24 Feb 2000 18:25:03 +0000 (18:25 +0000)
`aclocal 2>/dev/null` if you want no complains for missing
aclocal.
From Nicolas Joly.

ChangeLog
autoconf.in
autoconf.sh
bin/autoconf.in

index db556bca0a371e7a6da537bff7ff37e9aa077907..15421720d951c26e290b47b1b639f09194049b18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-02-24  Akim Demaille  <akim@epita.fr>
+
+       * 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  <pavel_roskin@geocities.com>
 
        * configure.in (HELP2MAN): Specify the third argument of
index b0d3de15cdb092c68a5ccb2dd1067a6e571f0fdb..892569d731998ee623ef6736213ad22e3635f021 100644 (file)
@@ -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=
index b0d3de15cdb092c68a5ccb2dd1067a6e571f0fdb..892569d731998ee623ef6736213ad22e3635f021 100644 (file)
@@ -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=
index b0d3de15cdb092c68a5ccb2dd1067a6e571f0fdb..892569d731998ee623ef6736213ad22e3635f021 100644 (file)
@@ -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=