diff options
Diffstat (limited to 'devel/automake110/files/patch-configure')
-rw-r--r-- | devel/automake110/files/patch-configure | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/devel/automake110/files/patch-configure b/devel/automake110/files/patch-configure deleted file mode 100644 index 8ef0709ff933..000000000000 --- a/devel/automake110/files/patch-configure +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Sun Oct 15 10:25:22 2006 -+++ configure Tue Dec 5 13:23:30 2006 -@@ -631,2 +631,3 @@ - APIVERSION -+APIPVERSION - pkgvdatadir -@@ -1736,2 +1737,3 @@ - am__api_version='1.10' -+am__apip_version='110' - -@@ -2055,3 +2057,3 @@ - --ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} -+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal${am__apip_version}"} - -@@ -2061,3 +2063,3 @@ - --AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} -+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake${am__apip_version}"} - -@@ -2196,6 +2198,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/'` - - # A versioned directory, defined here for convenience. --pkgvdatadir="\${datadir}/$PACKAGE-$APIVERSION" -+pkgvdatadir="\${datadir}/automake${APIPVERSION}" - -@@ -3232,2 +3234,3 @@ - APIVERSION=$APIVERSION -+APIPVERSION=$APIPVERSION - -@@ -3377,2 +3380,3 @@ - APIVERSION!$APIVERSION$ac_delim -+APIPVERSION!$APIPVERSION$ac_delim - pkgvdatadir!$pkgvdatadir$ac_delim -@@ -3389,3 +3393,3 @@ - -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 75; then -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 76; then - break |