[cpp-sp COMMIT] /branches/REL_2/m4/acinclude.m4
noreply at shibboleth.net
noreply at shibboleth.net
Thu Aug 25 01:23:11 BST 2011
Author: scantor
Date: Thu Aug 25 01:23:11 2011
New Revision: 3507
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3507&view=rev
Log:
Add quoting to fix autoreconf warning.
Modified:
branches/REL_2/m4/acinclude.m4
Modified: branches/REL_2/m4/acinclude.m4
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/m4/acinclude.m4?rev=3507&r1=3506&r2=3507&view=diff
==============================================================================
--- branches/REL_2/m4/acinclude.m4 (original)
+++ branches/REL_2/m4/acinclude.m4 Thu Aug 25 01:23:11 2011
@@ -44,7 +44,7 @@
dnl based on major, minor, patchlevel versions and date.
dnl AC_HAVE_GCC_VERSION(MAJOR_VERSION, MINOR_VERSION, PATCH_LEVEL,
dnl SNAPSHOT_DATE [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-AC_DEFUN(AC_HAVE_GCC_VERSION,
+AC_DEFUN([AC_HAVE_GCC_VERSION],
[AC_CACHE_CHECK([gcc is at least version $1.$2.$3.$4],
ac_cv_gcc_version_$1_$2_$3_$4,
[
More information about the commits
mailing list