head	1.2;
access;
symbols
	RPM_4_2_1:1.1.1.5
	RPM_4_2:1.1.1.5
	RPM_4_1_1:1.1.1.5
	RPM_4_1:1.1.1.4
	RPM_4_0_5:1.1.1.3
	RPM_4_0_4:1.1.1.2
	RPM_4_0_3:1.1.1.1
	RPM:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2008.01.02.09.52.23;	author rse;	state dead;
branches;
next	1.1;
commitid	z4cpSiAhOCXk5PLs;

1.1
date	2001.07.23.20.45.35;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.07.23.20.45.35;	author rse;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2002.01.07.23.31.14;	author rse;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2003.01.18.13.48.54;	author rse;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2001.10.15.03.47.23;	author rse;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	2003.01.18.14.04.55;	author rse;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove the ancient RPM 4.2.1 source tree copy
@
text
@#!/bin/sh -
#	$Id: s_config,v 1.1 2001/07/23 20:45:35 rse Exp $
#
# Build the autoconfiguration files.

trap 'rm -f aclocal.m4 ; exit 0' 0 1 2 3 13 15

msgac="# DO NOT EDIT: automatically built by dist/s_config."

. ./RELEASE

echo "Building aclocal.m4"
(echo "$msgac" &&
 echo "AC_DEFUN(AM_VERSION_SET, [" &&
 echo "AC_SUBST(DB_VERSION_MAJOR)" &&
 echo "DB_VERSION_MAJOR=$DB_VERSION_MAJOR" &&
 echo "AC_SUBST(DB_VERSION_MINOR)" &&
 echo "DB_VERSION_MINOR=$DB_VERSION_MINOR" &&
 echo "AC_SUBST(DB_VERSION_PATCH)" &&
 echo "DB_VERSION_PATCH=$DB_VERSION_PATCH" &&
 echo "AC_SUBST(DB_VERSION_UNIQUE_NAME)" &&
 echo "DB_VERSION_UNIQUE_NAME=$DB_VERSION_UNIQUE_NAME" &&
 echo "AC_SUBST(DB_VERSION_STRING)" &&
 echo "DB_VERSION_STRING=\"\\\"$DB_VERSION_STRING\\\"\"" &&
 echo "])" &&
 cat aclocal/*.ac) > aclocal.m4

echo "Running autoheader to build config.hin"
rm -f config.hin
autoheader -W all > config.hin
chmod 444 config.hin

echo "Running autoconf to build configure"
rm -f configure
autoconf -W no-cross
chmod 555 configure

chmod 555 config.guess config.sub install-sh
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: s_config,v 1.5 2001/05/22 01:00:30 bostic Exp $
@


1.1.1.1
log
@Import: RPM 4.0.3
@
text
@@


1.1.1.2
log
@Import: RPM 4.0.4
@
text
@d2 1
a2 1
#	Id: s_config,v 1.6 2001/09/09 18:28:59 bostic Exp 
d26 1
a26 1
 cat aclocal/*.ac aclocal_java/*.ac) > aclocal.m4
@


1.1.1.3
log
@Import: RPM 4.0.5
@
text
@d2 1
a2 1
#	Id: s_config,v 1.9 2002/05/20 19:18:13 bostic Exp 
d30 1
a30 1
autoheader
d35 1
a35 8
autoconf

# Edit version information we couldn't pre-compute.
(echo "1,\$s/__EDIT_DB_VERSION__/$DB_VERSION/g" &&
 echo "w" &&
 echo "q") | ed configure

rm -rf autom4te.cache
@


1.1.1.4
log
@Import: RPM 4.1
@
text
@d2 1
a2 1
#	Id: s_config,v 1.6 2001/09/09 18:28:59 bostic Exp 
d30 1
a30 1
autoheader -W all > config.hin
d35 8
a42 1
autoconf -W no-cross
@


1.1.1.5
log
@Import: RPM 4.1.1
@
text
@d2 1
a2 1
#	Id: s_config,v 1.9 2002/05/20 19:18:13 bostic Exp 
d30 1
a30 1
autoheader
d35 1
a35 8
autoconf

# Edit version information we couldn't pre-compute.
(echo "1,\$s/__EDIT_DB_VERSION__/$DB_VERSION/g" &&
 echo "w" &&
 echo "q") | ed configure

rm -rf autom4te.cache
@


