head 1.2; access; symbols RPM_4_2_1:1.1.1.15 RPM_4_2:1.1.1.14 RPM_4_1_1:1.1.1.13 RPM_4_1:1.1.1.12 RPM_4_0_5:1.1.1.11 RPM_4_0_4:1.1.1.10 RPM_4_0_3:1.1.1.9 RPM_4_0_2:1.1.1.8 RPM_4_0_1:1.1.1.8 RPM_4_0:1.1.1.8 RPM_3_0_6:1.1.1.8 RPM_3_0_5:1.1.1.7 RPM_3_0_4:1.1.1.6 RPM_3_0_3:1.1.1.5 RPM_3_0_2:1.1.1.4 RPM_3_0_1:1.1.1.3 RPM_3_0:1.1.1.3 RPM_2_5_6:1.1.1.2 RPM_2_5:1.1.1.1 RPM:1.1.1; locks; strict; comment @# @; 1.2 date 2008.01.02.09.49.49; author rse; state dead; branches; next 1.1; commitid z4cpSiAhOCXk5PLs; 1.1 date 98.05.10.18.40.28; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.05.10.18.40.28; author rse; state Exp; branches; next 1.1.1.2; 1.1.1.2 date 98.09.05.14.13.44; author rse; state Exp; branches; next 1.1.1.3; 1.1.1.3 date 99.04.11.21.05.01; author rse; state Exp; branches; next 1.1.1.4; 1.1.1.4 date 99.06.15.12.19.53; author rse; state Exp; branches; next 1.1.1.5; 1.1.1.5 date 99.09.29.23.26.08; author rse; state Exp; branches; next 1.1.1.6; 1.1.1.6 date 2000.02.25.16.29.44; author rse; state Exp; branches; next 1.1.1.7; 1.1.1.7 date 2000.07.16.14.57.34; author rse; state Exp; branches; next 1.1.1.8; 1.1.1.8 date 2000.07.22.10.46.29; author rse; state Exp; branches; next 1.1.1.9; 1.1.1.9 date 2001.08.12.17.05.24; author rse; state Exp; branches; next 1.1.1.10; 1.1.1.10 date 2002.02.13.22.34.35; author rse; state Exp; branches; next 1.1.1.11; 1.1.1.11 date 2003.01.18.14.23.41; author rse; state Exp; branches; next 1.1.1.12; 1.1.1.12 date 2002.08.17.16.24.34; author rse; state Exp; branches; next 1.1.1.13; 1.1.1.13 date 2003.03.05.00.18.20; author rse; state Exp; branches; next 1.1.1.14; 1.1.1.14 date 2003.01.05.19.24.24; author rse; state Exp; branches; next 1.1.1.15; 1.1.1.15 date 2003.07.02.20.16.26; author rse; state Exp; branches; next ; desc @@ 1.2 log @remove the ancient RPM 4.2.1 source tree copy @ text @#!/bin/sh autoheader autoconf (cd popt; autoconf) if [ "$1" = "--noconfigure" ]; then exit 0; fi if [ -z "$@@" ]; then ./configure --prefix=/usr else ./configure "$@@" fi @ 1.1 log @Initial revision @ text @@ 1.1.1.1 log @Import: RPM 2.5 @ text @@ 1.1.1.2 log @Import: RPM 2.5.6 @ text @d11 1 a11 1 if [ X"$@@" = X -a "X`uname -s`" = "XLinux" ]; then @ 1.1.1.3 log @Import: RPM 3.0 @ text @a2 17 LTV="libtoolize (GNU libtool) 1.2f" ACV="Autoconf version 2.13" AMV="automake (GNU automake) 1.4" USAGE=" You need to install: libtool-1.2f autoconf-2.13 automake-1.4 " [ "`libtoolize --version`" != "$LTV" ] && echo "$USAGE" && exit 1 [ "`autoconf --version`" != "$ACV" ] && echo "$USAGE" && exit 1 [ "`automake --version | head -1 | sed -e 's/1\.4[a-z]/1.4/'`" != "$AMV" ] && echo "$USAGE" && exit 1 (cd popt; ./autogen.sh --noconfigure "$@@") libtoolize --copy --force aclocal a3 1 automake d5 1 @ 1.1.1.4 log @Import: RPM 3.0.2 @ text @d3 1 a3 1 LTV="libtoolize (GNU libtool) 1.3.2" d8 1 a8 1 libtool-1.3.2 @ 1.1.1.5 log @Import: RPM 3.0.3 @ text @d3 1 a3 4 export CFLAGS export LDFLAGS LTV="libtoolize (GNU libtool) 1.3.3" d8 1 a8 1 libtool-1.3.3 d29 1 a29 1 ./configure --prefix=/usr --enable-shared "$@@" @ 1.1.1.6 log @Import: RPM 3.0.4 @ text @d6 1 a6 1 LTV="libtoolize (GNU libtool) 1.3.4" d11 1 a11 1 libtool-1.3.4 d32 1 a32 1 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var "$@@" @ 1.1.1.7 log @Import: RPM 3.0.5 @ text @d6 1 a6 1 LTV="libtoolize (GNU libtool) 1.3.5" d11 1 a11 1 libtool-1.3.5 @ 1.1.1.8 log @Import: RPM 3.0.6 @ text @d32 1 a32 8 if [ -d /usr/share/man ]; then mandir=/usr/share/man infodir=/usr/share/info else mandir=/usr/man infodir=/usr/info fi ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@@" @ 1.1.1.9 log @Import: RPM 4.0.3 @ text @d6 1 a6 1 LTV="libtoolize (GNU libtool) 1.4" d8 1 a8 1 AMV="automake (GNU automake) 1.4-p5" d10 2 a11 2 This script documents the versions of the tools I'm using to build rpm: libtool-1.4 d13 1 a13 4 automake-1.4-p5 Simply edit this script to change the libtool/autoconf/automake versions checked if you need to, as rpm should build (and has built) with all recent versions of libtool/autoconf/automake. @ 1.1.1.10 log @Import: RPM 4.0.4 @ text @a23 2 (cd zlib; ./autogen.sh --noconfigure "$@@") (cd beecrypt; ./autogen.sh --noconfigure "$@@") @ 1.1.1.11 log @Import: RPM 4.0.5 @ text @d6 3 a8 3 LTV="libtoolize (GNU libtool) 1.4.3" ACV="autoconf (GNU Autoconf) 2.57" AMV="automake (GNU automake) 1.6.3" d11 3 a13 3 libtool-1.4.3 autoconf-2.57 automake-1.6.3 d20 1 a20 1 [ "`autoconf --version | head -1`" != "$ACV" ] && echo "$USAGE" && exit 1 d23 3 a25 4 (echo "--- popt"; cd popt; ./autogen.sh --noconfigure "$@@") #(echo "--- zlib"; cd zlib; ./autogen.sh --noconfigure "$@@") (echo "--- beecrypt"; cd beecrypt; ./autogen.sh --noconfigure "$@@") d29 1 a29 1 automake -a -c d44 1 a44 6 if [ -d /usr/lib/nptl ]; then enable_posixmutexes="--enable-posixmutexes" else enable_posixmutexes= fi ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} --without-javaglue ${enable_posixmutexes} "$@@" @ 1.1.1.12 log @Import: RPM 4.1 @ text @d6 2 a7 2 LTV="libtoolize (GNU libtool) 1.4.2" ACV="autoconf (GNU Autoconf) 2.53" d11 3 a13 3 libtool-1.4.2 autoconf-2.53 automake-1.6.2 d24 1 a24 1 (echo "--- zlib"; cd zlib; ./autogen.sh --noconfigure "$@@") a25 1 (echo "--- libelf"; cd libelf; ./autogen.sh --noconfigure "$@@") a26 1 echo "--- rpm" d45 6 a50 1 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} --without-javaglue "$@@" @ 1.1.1.13 log @Import: RPM 4.1.1 @ text @d6 2 a7 2 LTV="libtoolize (GNU libtool) 1.4.3" ACV="autoconf (GNU Autoconf) 2.57" d11 3 a13 3 libtool-1.4.3 autoconf-2.57 automake-1.6.3 d23 4 a26 15 if [ -d popt ]; then (echo "--- popt"; cd popt; ./autogen.sh --noconfigure "$@@") fi if [ -d zlib ]; then (echo "--- zlib"; cd zlib; ./autogen.sh --noconfigure "$@@") fi if [ -d beecrypt ]; then (echo "--- beecrypt"; cd beecrypt; ./autogen.sh --noconfigure "$@@") fi if [ -d elfutils ]; then (echo "--- elfutils"; cd elfutils; ./autogen.sh --noconfigure "$@@") fi if [ -d file ]; then (echo "--- file"; cd file; ./autogen.sh --noconfigure "$@@") fi d47 1 a47 6 # if [ -d /usr/lib/nptl ]; then # enable_posixmutexes="--enable-posixmutexes" # else enable_posixmutexes= # fi ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} --without-javaglue ${enable_posixmutexes} "$@@" @ 1.1.1.14 log @Import: RPM 4.2 @ text @d58 3 a60 3 if [ -d /usr/lib/nptl ]; then enable_posixmutexes="--enable-posixmutexes" else d62 2 a63 2 fi ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} ${enable_posixmutexes} "$@@" @ 1.1.1.15 log @Import: RPM 4.2.1 @ text @d8 1 a8 1 AMV="automake (GNU automake) 1.7.5" d13 1 a13 1 automake-1.7.5 @