diff options
author | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
commit | 8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch) | |
tree | 0187b240fea44ca0f29e4c127dba0644d947187e /sysutils/condor | |
parent | 6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff) | |
download | freebsd-ports-graphics-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz freebsd-ports-graphics-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst freebsd-ports-graphics-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'sysutils/condor')
-rw-r--r-- | sysutils/condor/Makefile | 2 | ||||
-rw-r--r-- | sysutils/condor/files/patch-src_aclocal_m4 | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 50a64193dd7..a51bb6b3002 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/condor_src-${PORTVERSION}/src/ OPTIONS= SUBMIT_NODE "Configure system to be able to submit jobs" On \ EXECUTE_NODE "Configure system to execute jobs in pool" On \ MANAGER_NODE "Configure system as central manager node" On -USE_AUTOTOOLS= autoconf:261:env +USE_AUTOTOOLS= autoconf:262:env USE_BISON= build USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/sysutils/condor/files/patch-src_aclocal_m4 b/sysutils/condor/files/patch-src_aclocal_m4 new file mode 100644 index 00000000000..4b95db5b806 --- /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 |