summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-16 23:11:09 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-16 23:11:09 +0000
commit0013b2b1dfeaee971eec0d0d16598166229d856b (patch)
treef0c804ab4097d0e70696d2deb6c3223ec95179e8 /configure.in
parentd64b6ad07585b8a37e5fecc9a47fcee766d52ede (diff)
Update.
* configure.in: Add warnings about broken code.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 17ac906610..ba48a1817a 100644
--- a/configure.in
+++ b/configure.in
@@ -1236,6 +1236,10 @@ RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
AC_SUBST(VERSION)
AC_SUBST(RELEASE)
+echo '*** Do NOT install this release on any production system!'
+echo '*** It is known to be broken and will be so for quite some time.'
+echo '*** Use the latest released version instead.'
+
AC_OUTPUT(config.make glibcbug ${config_makefile} ${config_uname}, [
case $CONFIG_FILES in *config.make*)
echo "$config_vars" >> config.make;;