[cpp-opensaml COMMIT] /branches/REL_2/m4/acinclude.m4
noreply at shibboleth.net
noreply at shibboleth.net
Mon Aug 8 16:34:16 BST 2011
Author: scantor
Date: Mon Aug 8 16:34:16 2011
New Revision: 666
URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=666&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-opensaml/branches/REL_2/m4/acinclude.m4?rev=666&r1=665&r2=666&view=diff
==============================================================================
--- branches/REL_2/m4/acinclude.m4 (original)
+++ branches/REL_2/m4/acinclude.m4 Mon Aug 8 16:34:16 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