summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-06 19:09:58 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-06 19:09:58 +0000
commit0386130b1c82efee1581a3fb29e6222b3169eaa8 (patch)
tree414ed6d8368903953d43dc1fc12fe02f2a5009e5 /eclass
parentVersion bump. (diff)
downloadgentoo-2-0386130b1c82efee1581a3fb29e6222b3169eaa8.tar.gz
gentoo-2-0386130b1c82efee1581a3fb29e6222b3169eaa8.tar.bz2
gentoo-2-0386130b1c82efee1581a3fb29e6222b3169eaa8.zip
Add case for configure.in also for non-interix case...
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index f20a3d0b78bf..78a975fb9089 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.6 2010/07/14 08:34:27 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.7 2010/08/06 19:09:58 scarabeus Exp $
#
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -212,7 +212,7 @@ xorg-2_reconf_source() {
;;
*)
# elibtoolize required for BSD
- [[ ${XORG_EAUTORECONF} != no && -e "./configure.ac" ]] && eautoreconf || elibtoolize
+ [[ ${XORG_EAUTORECONF} != no && ( -e "./configure.ac" || -e "./configure.in" ) ]] && eautoreconf || elibtoolize
;;
esac
}