diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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;; |