diff options
| author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 | 
|---|---|---|
| committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 | 
| commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
| tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /sysutils/condor/files/patch-src_aclocal_m4 | |
| parent | . If DISTFILES are missing then print out the instructions to get them (diff) | |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
Diffstat (limited to 'sysutils/condor/files/patch-src_aclocal_m4')
| -rw-r--r-- | sysutils/condor/files/patch-src_aclocal_m4 | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/sysutils/condor/files/patch-src_aclocal_m4 b/sysutils/condor/files/patch-src_aclocal_m4 new file mode 100644 index 000000000000..4b95db5b806b --- /dev/null +++ b/sysutils/condor/files/patch-src_aclocal_m4 @@ -0,0 +1,16 @@ +--- ./aclocal.m4.orig	2007-09-19 18:47:25.000000000 +0000 ++++ ./aclocal.m4	2008-08-04 13:46:17.000000000 +0000 +@@ -436,6 +436,6 @@ + [ +- if test "x$[ac_condor_analyze_[$1]]" = "x"; then ++ if test "x$[ac_condor_analyze_$1]" = "x"; then +    if test ! "x$ac_condor_analyze" = "x" ; then +      AC_MSG_WARN([no condor_analyze.$1 found, using $ac_condor_analyze]) +-     AC_SUBST([condor_analyze_[$1]],$ac_condor_analyze) ++     AC_SUBST([condor_analyze_$1],$ac_condor_analyze) +    else +@@ -448,3 +448,3 @@ +  else  +-   AC_SUBST([condor_analyze_[$1]],$[ac_condor_analyze_[$1]]) ++   AC_SUBST([condor_analyze_$1],$[ac_condor_analyze_$1]) +  fi | 
