diff options
author | 2005-06-30 12:58:52 +0000 | |
---|---|---|
committer | 2005-06-30 12:58:52 +0000 | |
commit | 1fe55bb53127e5a160c7282838eeb7b22344a3f6 (patch) | |
tree | 9bb558d0b511784806013ef151e0d9281cddf8cf /sys-devel/autoconf-wrapper/files | |
parent | Fix bug 94881: require imlib2 build with USE=X. Also, removed some old ebuild... (diff) | |
download | historical-1fe55bb53127e5a160c7282838eeb7b22344a3f6.tar.gz historical-1fe55bb53127e5a160c7282838eeb7b22344a3f6.tar.bz2 historical-1fe55bb53127e5a160c7282838eeb7b22344a3f6.zip |
Also check configure.{in,ac} for AC_PREREQ, bug #97470.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-devel/autoconf-wrapper/files')
-rw-r--r-- | sys-devel/autoconf-wrapper/files/ac-wrapper-3.sh | 6 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-3-r1 | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/autoconf-wrapper/files/ac-wrapper-3.sh b/sys-devel/autoconf-wrapper/files/ac-wrapper-3.sh index 55250ae0c9fe..0c2a056fffb6 100644 --- a/sys-devel/autoconf-wrapper/files/ac-wrapper-3.sh +++ b/sys-devel/autoconf-wrapper/files/ac-wrapper-3.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-3.sh,v 1.1 2005/06/28 21:17:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-3.sh,v 1.2 2005/06/30 12:58:52 azarah Exp $ # Based on the ac-wrapper.pl script provided by MandrakeSoft # Rewritten in bash by Gregorio Guidi @@ -50,7 +50,7 @@ if [[ ${WANT_AUTOCONF} != "2.5" ]] ; then case "${WANT_AUTOMAKE}" in 1.[7-9]) ;; *) - acfiles=$(ls ac{local,include}.m4 2>/dev/null) + acfiles=$(ls ac{local,include}.m4 configure.{in,ac} 2>/dev/null) if [[ -n ${acfiles} ]] ; then confversion=$(gawk \ '{ diff --git a/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-3-r1 b/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-3-r1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-3-r1 |