diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-16 23:11:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-16 23:11:09 +0000 |
commit | 0013b2b1dfeaee971eec0d0d16598166229d856b (patch) | |
tree | f0c804ab4097d0e70696d2deb6c3223ec95179e8 /configure | |
parent | d64b6ad07585b8a37e5fecc9a47fcee766d52ede (diff) | |
download | glibc-0013b2b1dfeaee971eec0d0d16598166229d856b.tar.gz |
Update.
* configure.in: Add warnings about broken code.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3082,6 +3082,10 @@ RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h` +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.' + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure |