head	1.4;
access;
symbols
	rpm-4_4_8-release:1.2.4.1
	rpm-4_4_7-release:1.2.4.1
	db-4_5_20:1.4
	rpm-4_4_6-release:1.2.4.1
	rpm-4_4_5-release:1.2.4.1
	db-4_4_20:1.4
	rpm-4_4_4-release:1.2.4.1
	db-4_4_16:1.4
	rpm-4_4_3-release:1.2.4.1
	db-4_4_11:1.4
	db-4_3_29:1.2
	jbj_before_tklcpatches:1.2
	rpm-4_4_2-release:1.2
	pjones-sparse-experiment:1.3.0.2
	db-4_4_4:1.3
	rpm-4_4_1-release:1.2
	db-4_3_27:1.2
	rpm-4_4-release:1.2
	rpm-4_4:1.2.0.4
	db-4_3_21:1.2
	db-4_3_14:1.2
	db-4_2_52:1.2
	rpm-4_3_1-start:1.2
	rpm-4_3:1.2.0.2
	rpm-4_2_1-release:1.1.1.5
	rpm-4_1_1-release:1.1.1.5
	rpm-4_2-release:1.1.1.5
	rpm-4_2:1.1.1.5.0.2
	postmerge-db-4_1_24-release:1.1.1.5
	premerge-db-4_1_24-release:1.1.1.5
	db-4_1_24-release:1.1.1.5
	pre-db-4_1_24-release:1.1.1.5
	rpm-4_1-release:1.1.1.4
	postmerge-db-4_1_17:1.1.1.5
	premerge-db-4_1_17:1.1.1.5
	db-4_1_17:1.1.1.5
	pre-db-4_1_17:1.1.1.4
	rpm-4_1:1.1.1.4.0.2
	rpm-4_0_4-release:1.1.1.2.2.2
	jbj-before-beecrypt:1.1.1.2.2.2
	postmerge-db-4_0_14:1.1.1.4
	premerge-db-4_0_14:1.1.1.4
	db-4_0_14:1.1.1.4
	pre-db-4_0_14:1.1.1.4
	rpm-4_0_3-release:1.1.1.2.2.1
	postmerge-db-4_0_7:1.1.1.4
	premerge-db-4_0_7:1.1.1.4
	db-4_0_7:1.1.1.4
	pre-db-4_0_7:1.1.1.3
	jbj_b4_rollback:1.1.1.2.2.1
	postmerge-db-3_3_11-release:1.1.1.3
	premerge-db-3_3_11-release:1.1.1.3
	db-3_3_11-release:1.1.1.3
	pre-db-3_3_11-release:1.1.1.2
	rpm-4_0:1.1.1.2.0.2
	postmerge-db-3_3_4-release:1.1.1.2
	premerge-db-3_3_4-release:1.1.1.2
	db-3_3_4-release:1.1.1.2
	pre-db-3_3_4-release:1.1.1.1
	db-3_2_9-release:1.1.1.1
	db-3_2_9-vendor:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.4
date	2005.10.28.17.13.18;	author jbj;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.21.15.53.57;	author jbj;	state Exp;
branches;
next	1.2;

1.2
date	2003.12.15.21.42.41;	author jbj;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.05.13.19.58.27;	author jbj;	state Exp;
branches
	1.1.1.2.2.1;
next	1.1.1.3;

1.1.1.3
date	2001.07.23.20.09.05;	author jbj;	state Exp;
branches;
next	1.1.1.4;

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

1.1.1.5
date	2002.08.14.16.31.56;	author jbj;	state Exp;
branches;
next	;

1.1.1.2.2.1
date	2001.07.23.20.31.15;	author jbj;	state Exp;
branches;
next	1.1.1.2.2.2;

1.1.1.2.2.2
date	2002.01.08.04.07.17;	author jbj;	state Exp;
branches;
next	;

1.2.4.1
date	2005.10.28.18.44.32;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to db-4.4.11.
@
text
@#!/bin/sh -
#	$Id: s_config,v 12.1 2005/08/16 05:19:18 mjc Exp $
#
# Build the autoconfiguration files.

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

. ./RELEASE

echo "autoconf: building aclocal.m4..."
cat aclocal/*.ac aclocal_java/*.ac > aclocal.m4

echo "autoconf: running autoheader to build config.hin..."
rm -f config.hin
autoheader
chmod 444 config.hin

echo "autoconf: running autoconf to build configure"
rm -f configure
autoconf

# Edit version information we couldn't pre-compute.
sed -e "s/__EDIT_DB_VERSION_MAJOR__/$DB_VERSION_MAJOR/g" \
    -e "s/__EDIT_DB_VERSION_MINOR__/$DB_VERSION_MINOR/g" \
    -e "s/__EDIT_DB_VERSION_PATCH__/$DB_VERSION_PATCH/g" \
    -e "s/__EDIT_DB_VERSION_STRING__/$DB_VERSION_STRING/g" \
    -e "s/__EDIT_DB_VERSION_UNIQUE_NAME__/$DB_VERSION_UNIQUE_NAME/g" \
    -e "s/__EDIT_DB_VERSION__/$DB_VERSION/g" configure > configure.version
mv configure.version configure

rm -rf autom4te.cache
chmod 555 configure

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


1.3
log
@Upgrade to db-4.4.4.
@
text
@d2 1
a2 1
#	$Id: s_config,v 12.0 2004/11/17 03:43:35 bostic Exp $
d23 7
a29 8
(echo "1,\$s/__EDIT_DB_VERSION_MAJOR__/$DB_VERSION_MAJOR/g" &&
 echo "1,\$s/__EDIT_DB_VERSION_MINOR__/$DB_VERSION_MINOR/g" &&
 echo "1,\$s/__EDIT_DB_VERSION_PATCH__/$DB_VERSION_PATCH/g" &&
 echo "1,\$s/__EDIT_DB_VERSION_STRING__/$DB_VERSION_STRING/g" &&
 echo "1,\$s/__EDIT_DB_VERSION_UNIQUE_NAME__/$DB_VERSION_UNIQUE_NAME/g" &&
 echo "1,\$s/__EDIT_DB_VERSION__/$DB_VERSION/g" &&
 echo "w" &&
 echo "q") | ed configure
@


1.2
log
@- upgrade to db-4.2.52.
@
text
@d2 1
a2 1
#	$Id: s_config,v 1.13 2003/07/02 15:27:44 bostic Exp $
@


1.2.4.1
log
@Update to db-4.4.11.
@
text
@d2 1
a2 1
#	$Id: s_config,v 12.1 2005/08/16 05:19:18 mjc Exp $
d23 8
a30 7
sed -e "s/__EDIT_DB_VERSION_MAJOR__/$DB_VERSION_MAJOR/g" \
    -e "s/__EDIT_DB_VERSION_MINOR__/$DB_VERSION_MINOR/g" \
    -e "s/__EDIT_DB_VERSION_PATCH__/$DB_VERSION_PATCH/g" \
    -e "s/__EDIT_DB_VERSION_STRING__/$DB_VERSION_STRING/g" \
    -e "s/__EDIT_DB_VERSION_UNIQUE_NAME__/$DB_VERSION_UNIQUE_NAME/g" \
    -e "s/__EDIT_DB_VERSION__/$DB_VERSION/g" configure > configure.version
mv configure.version configure
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: s_config,v 1.3 2000/07/13 18:38:46 bostic Exp $
d6 1
a6 1
msgm4="dnl DO NOT EDIT: automatically built by dist/s_config."
d10 2
a11 15
echo "Building aclocal.m4"
rm -f aclocal.m4
(echo "$msgm4" &&
 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_STRING)" &&
 echo "DB_VERSION_STRING=\"\\\"$DB_VERSION_STRING\\\"\"" &&
 echo "])dnl" &&
 cat aclocal/*.m4) > aclocal.m4
chmod 444 aclocal.m4
d13 1
d15 1
a15 3
echo "Building config.hin (autoheader)"
(autoheader configure.in > config.hin) 2>&1 | \
    sed '/warning: AC_TRY_RUN called without default/d'
d18 1
d20 1
a20 2
echo "Building configure (autoconf)"
autoconf 2>&1 | sed '/warning: AC_TRY_RUN called without default/d'
d22 14
a35 2
chmod 555 configure config.guess config.sub install-sh
rm -f aclocal.m4
@


1.1.1.1
log
@db-3.2.9
@
text
@@


1.1.1.2
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_config,v 1.4 2001/04/10 20:43:57 bostic Exp 
a19 2
 echo "AC_SUBST(DB_VERSION_UNIQUE_NAME)" &&
 echo "DB_VERSION_UNIQUE_NAME=$DB_VERSION_UNIQUE_NAME" &&
@


1.1.1.2.2.1
log
@Merge db-3.3.11 onto rpm-4_0 branch.
@
text
@d2 1
a2 1
#	$Id: s_config,v 1.5 2001/05/22 01:00:30 bostic Exp $
d6 1
a6 3
trap 'rm -f aclocal.m4 ; exit 0' 0 1 2 3 13 15

msgac="# DO NOT EDIT: automatically built by dist/s_config."
d11 2
a12 1
(echo "$msgac" &&
d24 3
a26 2
 echo "])" &&
 cat aclocal/*.ac) > aclocal.m4
a27 1
echo "Running autoheader to build config.hin"
d29 3
a31 1
autoheader -W all > config.hin
a33 1
echo "Running autoconf to build configure"
d35 2
a36 2
autoconf -W no-cross
chmod 555 configure
d38 2
a39 1
chmod 555 config.guess config.sub install-sh
@


1.1.1.2.2.2
log
@Update to db-4.0.14.
@
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
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_config,v 1.5 2001/05/22 01:00:30 bostic Exp 
d6 1
a6 3
trap 'rm -f aclocal.m4 ; exit 0' 0 1 2 3 13 15

msgac="# DO NOT EDIT: automatically built by dist/s_config."
d11 2
a12 1
(echo "$msgac" &&
d24 3
a26 2
 echo "])" &&
 cat aclocal/*.ac) > aclocal.m4
a27 1
echo "Running autoheader to build config.hin"
d29 3
a31 1
autoheader -W all > config.hin
a33 1
echo "Running autoconf to build configure"
d35 2
a36 2
autoconf -W no-cross
chmod 555 configure
d38 2
a39 1
chmod 555 config.guess config.sub install-sh
@


1.1.1.4
log
@track: auto import
@
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.5
log
@track: auto import
@
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
@


