]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - configure.in
update from main archive 960105
[thirdparty/glibc.git] / configure.in
index 2c117325985c087474d663a5d367b3ec3cac95ad..4716052ba9a883948c824d9a54df1e94b8790dd9 100644 (file)
@@ -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])