summaryrefslogtreecommitdiff
path: root/m4/ax_check_gnu_make.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-08-10 15:12:54 +0200
committerPeter Simons <simons@cryp.to>2010-08-10 15:12:54 +0200
commitc95f0546bf95d40a0d1f3b1f1d77db2c05179314 (patch)
tree693beb55ccdc27f604dd15215e7194177589365e /m4/ax_check_gnu_make.m4
parentd4f410db4615b266af4f6b1953aa739123ed62c3 (diff)
downloadautoconf-archive-c95f0546bf95d40a0d1f3b1f1d77db2c05179314.tar.gz
AX_CHECK_GNU_MAKE: remove extraneous new-line in macro header
According to <http://savannah.gnu.org/patch/?7259>, the extraneous newline causes trouble in some versions of Autoconf/Automake.
Diffstat (limited to 'm4/ax_check_gnu_make.m4')
-rw-r--r--m4/ax_check_gnu_make.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/ax_check_gnu_make.m4 b/m4/ax_check_gnu_make.m4
index 759817e..938aad7 100644
--- a/m4/ax_check_gnu_make.m4
+++ b/m4/ax_check_gnu_make.m4
@@ -54,10 +54,9 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 6
+#serial 7
-AC_DEFUN(
- [AX_CHECK_GNU_MAKE], [ AC_CACHE_CHECK( for GNU make,_cv_gnu_make_command,
+AC_DEFUN([AX_CHECK_GNU_MAKE], [ AC_CACHE_CHECK( for GNU make,_cv_gnu_make_command,
_cv_gnu_make_command='' ;
dnl Search all the common names for GNU make
for a in "$MAKE" make gmake gnumake ; do