Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 06:38:58 +0000 (06:38 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 06:38:58 +0000 (06:38 +0000)
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:
binutils/binutils_2.15.90.0.3.oe
changedfiles/changedfiles-daemon_1.0-rc1.oe
db/db3_3.2.9.oe
freetype/freetype-native_2.1.7.oe
freetype/freetype_2.1.7.oe
gcc/gcc-cross_3.3.3.oe
gcc/gcc-cross_3.4.0.oe
gcc/gcc_3.3.3.oe
gcc/gcc_3.4.0.oe
gdb/gdb_6.0.oe
glibc/glibc_2.3.2.oe
libmikey/libmikey_0.1a.oe
libmikmod/libmikmod_3.1.11.oe
libmikmod/libmikmod_3.2.0-beta2.oe
lzo/lzo_1.08.oe
mc/mc_4.6.0.oe
ncurses/ncurses_5.3.oe
ncurses/ncurses_5.4.oe
nmap/nmap_3.45.oe
nmap/nmap_3.48.oe
nmap/nmap_3.50.oe
openjade/openjade-native_1.3.2.oe
opensp/opensp-native_1.5.oe
prboom/prboom_2.3.0.oe
pth/pth_2.0.0.oe
rxvt-unicode/rxvt-unicode_1.9.oe
t1lib/t1lib_5.0.0.oe
t1lib/t1lib_5.0.1.oe
tcpdump/tcpdump_3.8.1.oe

index edd26f3..3555a9d 100644 (file)
@@ -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
 }
 
index e2b32ca..3c0ef82 100644 (file)
@@ -13,6 +13,7 @@ S = "${WORKDIR}/changedfiles-${PV}"
 inherit autotools 
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }
 
index 78a543f..3c3d63d 100644 (file)
@@ -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}
 }
index 2fb5816..5c816ea 100644 (file)
@@ -10,6 +10,7 @@ S = "${WORKDIR}/freetype-${PV}"
 PACKAGES = ""
 
 do_configure () {
+       gnu-configize
        oe_runconf
 }
 
index ab6968e..9bc538e 100644 (file)
@@ -14,6 +14,7 @@ EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
 
 do_configure () {
        cd builds/unix
+       gnu-configize
        aclocal -I .
        autoconf
        cd ${S}
index 5619ce6..1c2dee9 100644 (file)
@@ -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
 }
 
index 6d68eae..629bdf9 100644 (file)
@@ -19,6 +19,7 @@ export LDFLAGS = ""
 
 do_configure () {
        rm -f ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${PV}/libgcc_eh.a
+       gnu-configize
        oe_runconf
 }
 
index c5e3351..72cd81c 100644 (file)
@@ -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
 }
 
index ee26a23..d77e889 100644 (file)
@@ -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
 }
 
index c96f9c7..e447c78 100644 (file)
@@ -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
 }
 
index 9678a18..3afe5ef 100644 (file)
@@ -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
 }
 
index 5cd8559..b016a5c 100644 (file)
@@ -10,6 +10,7 @@ S = "${WORKDIR}/libmikey-0.1"
 inherit autotools 
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }
 
index 215a24b..464f29c 100644 (file)
@@ -12,6 +12,7 @@ EXTRA_OECONF = "--disable-af --disable-alsa --disable-esd \
 --disable-esdtest --enable-threads"
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }
 
index e21cd41..09b94c3 100644 (file)
@@ -12,6 +12,7 @@ EXTRA_OECONF = "--disable-af --disable-alsa --disable-esd \
 --disable-esdtest --enable-threads"
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }
 
index abbe451..d6e5524 100644 (file)
@@ -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
 }
 
index 3721e74..cf5a7c2 100644 (file)
@@ -12,6 +12,7 @@ EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \
 --without-nfs --without-gpm-mouse"
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }
 
index 45ef19f..8a5adc1 100644 (file)
@@ -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
 }
 
index 1bea072..2ad49cf 100644 (file)
@@ -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
 }
 
index 6405577..27c758a 100644 (file)
@@ -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
 }
 
index b1d0ca7..dcf6b28 100644 (file)
@@ -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
 }
 
index b1d0ca7..dcf6b28 100644 (file)
@@ -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
 }
 
index f60f221..5726ae5 100644 (file)
@@ -15,6 +15,7 @@ acpaths = "-I ${S}/config"
 CFLAGS_prepend = "-I${S}/include"
 
 do_configure () {
+       gnu-configize
        oe_runconf
 }
 
index 2c47f22..2682bbf 100644 (file)
@@ -11,6 +11,7 @@ FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensp-${PV}"
 PACKAGES = ""
 
 do_configure () {
+       gnu-configize
        oe_runconf
 }
 
index c477a2a..130c2a5 100644 (file)
@@ -11,6 +11,7 @@ inherit autotools
 EXTRA_OECONF = "--without-x --disable-sdltest"
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }
 
index 128ad44..d934c10 100644 (file)
@@ -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
 }
 
index abc23ec..84b27d2 100644 (file)
@@ -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"
index bf50643..ba4e771 100644 (file)
@@ -14,6 +14,7 @@ EXTRA_OECONF = "--without-x --without-athena"
 EXTRA_OEMAKE = "without_doc"
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }
 
index 56ddb34..f068f67 100644 (file)
@@ -14,6 +14,7 @@ EXTRA_OECONF = "--without-x --without-athena"
 EXTRA_OEMAKE = "without_doc"
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }
 
index b22898e..ba3b573 100644 (file)
@@ -8,5 +8,6 @@ SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
 inherit autotools 
 
 do_configure() {
+       gnu-configize
        oe_runconf
 }