diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-07-28 21:34:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-07-28 21:34:19 +0000 |
commit | b5963770b4b8b4756ac54c03d58b4af4e32282af (patch) | |
tree | 59cd2847c56b8be27a7d96ba735b3c5cf9e3ced0 /devel/automake110/files/patch-configure | |
parent | sge and sgeee have been repo-copyed to sge53 and sgeee53 in preperation (diff) |
Update to 1.9.6
Notes
Notes:
svn path=/head/; revision=140350
Diffstat (limited to 'devel/automake110/files/patch-configure')
-rw-r--r-- | devel/automake110/files/patch-configure | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/devel/automake110/files/patch-configure b/devel/automake110/files/patch-configure index 39b78eec5d87..6ce0b38a23b1 100644 --- a/devel/automake110/files/patch-configure +++ b/devel/automake110/files/patch-configure @@ -1,10 +1,10 @@ ---- configure.orig Sat Feb 12 15:01:31 2005 -+++ configure Fri Feb 25 19:21:28 2005 -@@ -603,2 +603,3 @@ +--- configure.orig Sun Jul 10 11:14:51 2005 ++++ configure Thu Jul 28 14:28:34 2005 +@@ -602,2 +602,3 @@ APIVERSION +APIPVERSION pkgvdatadir -@@ -2130,6 +2131,6 @@ +@@ -2098,6 +2099,6 @@ APIVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\.[0-9]*[a-z]*\).*$/\1/'` - +APIPVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\)\.\([0-9]*[a-z]*\).*$/\1\2/'` @@ -13,7 +13,16 @@ -pkgvdatadir="\${datadir}/$PACKAGE-$APIVERSION" +pkgvdatadir="\${datadir}/automake${APIPVERSION}" -@@ -3289,2 +3290,3 @@ - s,@APIVERSION@,$APIVERSION,;t t -+s,@APIPVERSION@,$APIPVERSION,;t t - s,@pkgvdatadir@,$pkgvdatadir,;t t +@@ -3102,2 +3103,3 @@ + APIVERSION=$APIVERSION ++APIPVERSION=$APIPVERSION + +@@ -3244,2 +3246,3 @@ + APIVERSION!$APIVERSION$ac_delim ++APIPVERSION!$APIPVERSION$ac_delim + pkgvdatadir!$pkgvdatadir$ac_delim +@@ -3256,3 +3259,3 @@ + +- if test `grep -c "$ac_delim\$" conf$$subs.sed` = 75; then ++ if test `grep -c "$ac_delim\$" conf$$subs.sed` = 76; then + break |