diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
commit | 3b3128196e8706c3616c88df7206b4a27f7b8959 (patch) | |
tree | 31433c1d06ed5be6756933b97f6d80a77f17b710 /games/kpicframer/files/patch-detect-autoconf.sh | |
parent | Update to SRC680_m222. (diff) |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
Notes
Notes:
svn path=/head/; revision=196437
Diffstat (limited to 'games/kpicframer/files/patch-detect-autoconf.sh')
-rw-r--r-- | games/kpicframer/files/patch-detect-autoconf.sh | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/games/kpicframer/files/patch-detect-autoconf.sh b/games/kpicframer/files/patch-detect-autoconf.sh index 479a0693a838..721c9180dcea 100644 --- a/games/kpicframer/files/patch-detect-autoconf.sh +++ b/games/kpicframer/files/patch-detect-autoconf.sh @@ -9,8 +9,8 @@ diff -u -r1.6 detect-autoconf.sh AUTOCONF="`$WHICH autoconf-2.52`" elif test -x "`$WHICH autoconf2.50`" ; then AUTOCONF="`$WHICH autoconf2.50`" -+ elif test -x "`$WHICH autoconf257`" ; then -+ AUTOCONF="`$WHICH autoconf257`" ++ elif test -x "`$WHICH autoconf-2.59`" ; then ++ AUTOCONF="`$WHICH autoconf-2.59`" fi } @@ -18,19 +18,9 @@ diff -u -r1.6 detect-autoconf.sh AUTOHEADER="`$WHICH autoheader-2.52`" elif test -x "`$WHICH autoheader2.50`" ; then AUTOHEADER="`$WHICH autoheader2.50`" -+ elif test -x "`$WHICH autoheader257`" ; then -+ AUTOHEADER="`$WHICH autoheader257`" -+ AUTOM4TE="`$WHICH autom4te257`" ++ elif test -x "`$WHICH autoheader-2.59`" ; then ++ AUTOHEADER="`$WHICH autoheader-2.59`" ++ AUTOM4TE="`$WHICH autom4te-2.59`" fi } -@@ -58,6 +63,9 @@ - elif test -x "`$WHICH automake-1.7`" ; then - AUTOMAKE="`$WHICH automake-1.7`" - ACLOCAL="`$WHICH aclocal-1.7`" -+ elif test -x "`$WHICH automake17`" ; then -+ AUTOMAKE="`$WHICH automake17`" -+ ACLOCAL="`$WHICH aclocal17`" - fi - else - AUTOMAKE="$UNSERMAKE" |