aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-01-06 22:07:28 +0000
committerUlrich Drepper <drepper@redhat.com>1997-01-06 22:07:28 +0000
commitdf4ef2ab9c0899b2670067cd97e58f7eb2913e00 (patch)
tree4cb343b5ba9ccdc9c0b96144412567b6a4eda0ee /configure.in
parentMon Jan 6 13:57:05 1997 Ulrich Drepper <drepper@cygnus.com> (diff)
downloadglibc-cvs/libc-970107.tar.xz
glibc-cvs/libc-970107.zip
update from main archive 960105cvs/libc-970107cvs/libc-970106
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2c11732598..4716052ba9 100644
--- a/configure.in
+++ b/configure.in
@@ -732,5 +732,8 @@ else
config_makefile=Makefile
fi
-AC_OUTPUT(config.make ${config_makefile} ${config_uname}, ,
+VERSION=`sed -e 's/^#define VERSION "\([^"]*\)"/\1/p' -e d < $srcdir/version.h`
+AC_SUBST(VERSION)
+
+AC_OUTPUT(config.make glibcbug ${config_makefile} ${config_uname}, ,
[echo '$config_vars' >> config.make])