diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 06:38:58 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 06:38:58 +0000 |
commit | 8925b1cf39a96675561800611acaeb264d90ccf4 (patch) | |
tree | ba98ea3474c5555314b242b1d50d6e608f43cbfd | |
parent | 08762779003e940a20e98b41c5873daf36d16465 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into hyperion.(none):/home/kergoth/code/projects/packages
2004/05/15 01:35:03-05:00 (none)!kergoth
Call out gnu-configize manually on the builds that bypass autoreconf.
BKrev: 40a5bb02CQgTEe7Hrzks5EpjXWGTiQ
29 files changed, 30 insertions, 0 deletions
diff --git a/binutils/binutils_2.15.90.0.3.oe b/binutils/binutils_2.15.90.0.3.oe index edd26f3973..3555a9d936 100644 --- a/binutils/binutils_2.15.90.0.3.oe +++ b/binutils/binutils_2.15.90.0.3.oe @@ -68,6 +68,7 @@ export CC_FOR_BUILD = "${BUILD_CC}" export CC = "${CCACHE} ${HOST_PREFIX}gcc" do_configure () { + (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" oe_runconf } diff --git a/changedfiles/changedfiles-daemon_1.0-rc1.oe b/changedfiles/changedfiles-daemon_1.0-rc1.oe index e2b32ca0ee..3c0ef82881 100644 --- a/changedfiles/changedfiles-daemon_1.0-rc1.oe +++ b/changedfiles/changedfiles-daemon_1.0-rc1.oe @@ -13,6 +13,7 @@ S = "${WORKDIR}/changedfiles-${PV}" inherit autotools do_configure() { + gnu-configize oe_runconf } diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe index 78a543fff1..3c3d63d7c6 100644 --- a/db/db3_3.2.9.oe +++ b/db/db3_3.2.9.oe @@ -39,9 +39,11 @@ do_configure_prepend () { do_configure () { set -e cd ${B} + gnu-configize oe_runconf --enable-shared --disable-static mkdir -p ${WORKDIR}/db-${PV}/build_unix_static cd ${WORKDIR}/db-${PV}/build_unix_static + gnu-configize oe_runconf --disable-shared --enable-static cd ${S} } diff --git a/freetype/freetype-native_2.1.7.oe b/freetype/freetype-native_2.1.7.oe index 2fb5816eca..5c816ea5b1 100644 --- a/freetype/freetype-native_2.1.7.oe +++ b/freetype/freetype-native_2.1.7.oe @@ -10,6 +10,7 @@ S = "${WORKDIR}/freetype-${PV}" PACKAGES = "" do_configure () { + gnu-configize oe_runconf } diff --git a/freetype/freetype_2.1.7.oe b/freetype/freetype_2.1.7.oe index ab6968ee5b..9bc538ede9 100644 --- a/freetype/freetype_2.1.7.oe +++ b/freetype/freetype_2.1.7.oe @@ -14,6 +14,7 @@ EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" do_configure () { cd builds/unix + gnu-configize aclocal -I . autoconf cd ${S} diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe index 5619ce6b59..1c2dee94cc 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -23,6 +23,7 @@ do_configure () { export LD="${TARGET_SYS}-ld" export NM="${TARGET_SYS}-nm" rm -f ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV}/libgcc_eh.a + gnu-configize oe_runconf } diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe index 6d68eaeb65..629bdf9bba 100644 --- a/gcc/gcc-cross_3.4.0.oe +++ b/gcc/gcc-cross_3.4.0.oe @@ -19,6 +19,7 @@ export LDFLAGS = "" do_configure () { rm -f ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${PV}/libgcc_eh.a + gnu-configize oe_runconf } diff --git a/gcc/gcc_3.3.3.oe b/gcc/gcc_3.3.3.oe index c5e3351b02..72cd81c19b 100644 --- a/gcc/gcc_3.3.3.oe +++ b/gcc/gcc_3.3.3.oe @@ -176,6 +176,7 @@ do_configure () { export AR_FOR_TARGET="${HOST_PREFIX}ar" export RANLIB_FOR_TARGET="${HOST_PREFIX}ranlib" fi + gnu-configize oe_runconf } diff --git a/gcc/gcc_3.4.0.oe b/gcc/gcc_3.4.0.oe index ee26a23fc4..d77e889065 100644 --- a/gcc/gcc_3.4.0.oe +++ b/gcc/gcc_3.4.0.oe @@ -170,6 +170,7 @@ do_configure () { export AR_FOR_TARGET="${HOST_PREFIX}ar" export RANLIB_FOR_TARGET="${HOST_PREFIX}ranlib" fi + gnu-configize oe_runconf } diff --git a/gdb/gdb_6.0.oe b/gdb/gdb_6.0.oe index c96f9c7391..e447c78fb0 100644 --- a/gdb/gdb_6.0.oe +++ b/gdb/gdb_6.0.oe @@ -28,6 +28,7 @@ EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-nls \ do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index 9678a185eb..3afe5efec4 100644 --- a/glibc/glibc_2.3.2.oe +++ b/glibc/glibc_2.3.2.oe @@ -151,6 +151,7 @@ do_configure () { # calls for now # don't pass CPPFLAGS into configure, since it upsets the kernel-headers # version check and doesn't really help with anything + gnu-configize CPPFLAGS="" oe_runconf } diff --git a/libmikey/libmikey_0.1a.oe b/libmikey/libmikey_0.1a.oe index 5cd85598b5..b016a5cbc8 100644 --- a/libmikey/libmikey_0.1a.oe +++ b/libmikey/libmikey_0.1a.oe @@ -10,6 +10,7 @@ S = "${WORKDIR}/libmikey-0.1" inherit autotools do_configure() { + gnu-configize oe_runconf } diff --git a/libmikmod/libmikmod_3.1.11.oe b/libmikmod/libmikmod_3.1.11.oe index 215a24be8d..464f29c367 100644 --- a/libmikmod/libmikmod_3.1.11.oe +++ b/libmikmod/libmikmod_3.1.11.oe @@ -12,6 +12,7 @@ EXTRA_OECONF = "--disable-af --disable-alsa --disable-esd \ --disable-esdtest --enable-threads" do_configure() { + gnu-configize oe_runconf } diff --git a/libmikmod/libmikmod_3.2.0-beta2.oe b/libmikmod/libmikmod_3.2.0-beta2.oe index e21cd41c1a..09b94c3ec5 100644 --- a/libmikmod/libmikmod_3.2.0-beta2.oe +++ b/libmikmod/libmikmod_3.2.0-beta2.oe @@ -12,6 +12,7 @@ EXTRA_OECONF = "--disable-af --disable-alsa --disable-esd \ --disable-esdtest --enable-threads" do_configure() { + gnu-configize oe_runconf } diff --git a/lzo/lzo_1.08.oe b/lzo/lzo_1.08.oe index abbe4512d4..d6e5524ff6 100644 --- a/lzo/lzo_1.08.oe +++ b/lzo/lzo_1.08.oe @@ -10,6 +10,7 @@ inherit autotools do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } diff --git a/mc/mc_4.6.0.oe b/mc/mc_4.6.0.oe index 3721e74abd..cf5a7c2d76 100644 --- a/mc/mc_4.6.0.oe +++ b/mc/mc_4.6.0.oe @@ -12,6 +12,7 @@ EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \ --without-nfs --without-gpm-mouse" do_configure() { + gnu-configize oe_runconf } diff --git a/ncurses/ncurses_5.3.oe b/ncurses/ncurses_5.3.oe index 45ef19f116..8a5adc14cd 100644 --- a/ncurses/ncurses_5.3.oe +++ b/ncurses/ncurses_5.3.oe @@ -41,6 +41,7 @@ do_configure_prepend () { do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } diff --git a/ncurses/ncurses_5.4.oe b/ncurses/ncurses_5.4.oe index 1bea072f70..2ad49cffa3 100644 --- a/ncurses/ncurses_5.4.oe +++ b/ncurses/ncurses_5.4.oe @@ -34,6 +34,7 @@ do_configure_prepend () { do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } diff --git a/nmap/nmap_3.45.oe b/nmap/nmap_3.45.oe index 6405577e20..27c758a346 100644 --- a/nmap/nmap_3.45.oe +++ b/nmap/nmap_3.45.oe @@ -28,6 +28,7 @@ do_compile_prepend () { do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } diff --git a/nmap/nmap_3.48.oe b/nmap/nmap_3.48.oe index b1d0ca748a..dcf6b289fd 100644 --- a/nmap/nmap_3.48.oe +++ b/nmap/nmap_3.48.oe @@ -28,6 +28,7 @@ do_compile_prepend () { do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } diff --git a/nmap/nmap_3.50.oe b/nmap/nmap_3.50.oe index b1d0ca748a..dcf6b289fd 100644 --- a/nmap/nmap_3.50.oe +++ b/nmap/nmap_3.50.oe @@ -28,6 +28,7 @@ do_compile_prepend () { do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } diff --git a/openjade/openjade-native_1.3.2.oe b/openjade/openjade-native_1.3.2.oe index f60f221a64..5726ae518c 100644 --- a/openjade/openjade-native_1.3.2.oe +++ b/openjade/openjade-native_1.3.2.oe @@ -15,6 +15,7 @@ acpaths = "-I ${S}/config" CFLAGS_prepend = "-I${S}/include" do_configure () { + gnu-configize oe_runconf } diff --git a/opensp/opensp-native_1.5.oe b/opensp/opensp-native_1.5.oe index 2c47f226ad..2682bbffc3 100644 --- a/opensp/opensp-native_1.5.oe +++ b/opensp/opensp-native_1.5.oe @@ -11,6 +11,7 @@ FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensp-${PV}" PACKAGES = "" do_configure () { + gnu-configize oe_runconf } diff --git a/prboom/prboom_2.3.0.oe b/prboom/prboom_2.3.0.oe index c477a2a34c..130c2a5ce0 100644 --- a/prboom/prboom_2.3.0.oe +++ b/prboom/prboom_2.3.0.oe @@ -11,6 +11,7 @@ inherit autotools EXTRA_OECONF = "--without-x --disable-sdltest" do_configure() { + gnu-configize oe_runconf } diff --git a/pth/pth_2.0.0.oe b/pth/pth_2.0.0.oe index 128ad44455..d934c10cfa 100644 --- a/pth/pth_2.0.0.oe +++ b/pth/pth_2.0.0.oe @@ -9,6 +9,7 @@ SRC_URI = "ftp://ftp.ossp.org/pkg/lib/pth/pth-${PV}.tar.gz" inherit autotools do_configure() { + gnu-configize oe_runconf } diff --git a/rxvt-unicode/rxvt-unicode_1.9.oe b/rxvt-unicode/rxvt-unicode_1.9.oe index abc23ecbc1..84b27d2a69 100644 --- a/rxvt-unicode/rxvt-unicode_1.9.oe +++ b/rxvt-unicode/rxvt-unicode_1.9.oe @@ -31,6 +31,7 @@ do_configure () { ${HOST_SYS}-libtoolize -c -f fi ./reconf + gnu-configize oe_runconf cat >>config.h <<EOF #define RXVT_UTMP_FILE "/var/run/utmp" diff --git a/t1lib/t1lib_5.0.0.oe b/t1lib/t1lib_5.0.0.oe index bf506434a5..ba4e771f18 100644 --- a/t1lib/t1lib_5.0.0.oe +++ b/t1lib/t1lib_5.0.0.oe @@ -14,6 +14,7 @@ EXTRA_OECONF = "--without-x --without-athena" EXTRA_OEMAKE = "without_doc" do_configure() { + gnu-configize oe_runconf } diff --git a/t1lib/t1lib_5.0.1.oe b/t1lib/t1lib_5.0.1.oe index 56ddb34308..f068f67423 100644 --- a/t1lib/t1lib_5.0.1.oe +++ b/t1lib/t1lib_5.0.1.oe @@ -14,6 +14,7 @@ EXTRA_OECONF = "--without-x --without-athena" EXTRA_OEMAKE = "without_doc" do_configure() { + gnu-configize oe_runconf } diff --git a/tcpdump/tcpdump_3.8.1.oe b/tcpdump/tcpdump_3.8.1.oe index b22898e1d6..ba3b5732db 100644 --- a/tcpdump/tcpdump_3.8.1.oe +++ b/tcpdump/tcpdump_3.8.1.oe @@ -8,5 +8,6 @@ SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz" inherit autotools do_configure() { + gnu-configize oe_runconf } |