diff options
author | Roland McGrath <roland@gnu.org> | 2004-07-20 22:12:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-07-20 22:12:56 +0000 |
commit | 3a261340b81a5fdf901486d5cd333698474b489b (patch) | |
tree | 0e9443d28c59de22821715302712228f5b564d2d | |
parent | a12161c8d5485643ada7ea34a133de6ec1f745de (diff) | |
download | glibc-3a261340b81a5fdf901486d5cd333698474b489b.tar glibc-3a261340b81a5fdf901486d5cd333698474b489b.tar.gz glibc-3a261340b81a5fdf901486d5cd333698474b489b.tar.bz2 glibc-3a261340b81a5fdf901486d5cd333698474b489b.zip |
2004-07-02 Roland McGrath <roland@redhat.com>
* configure: Don't exit.
-rw-r--r-- | libidn/configure | 3 | ||||
-rwxr-xr-x | linuxthreads/configure | 5 | ||||
-rw-r--r-- | nptl/configure | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/libidn/configure b/libidn/configure index d40d2d7ba2..53d0dcd67e 100644 --- a/libidn/configure +++ b/libidn/configure @@ -1,2 +1,3 @@ # This is only to keep the GNU C library configure mechanism happy. -exit 0 +# This is a shell script fragment sourced by the main configure script. +# We have nothing we need to add here. diff --git a/linuxthreads/configure b/linuxthreads/configure index 3eafc93f5b..3ad635f48d 100755 --- a/linuxthreads/configure +++ b/linuxthreads/configure @@ -1,5 +1,6 @@ # This is only to keep the GNU C library configure mechanism happy. +# This is a shell script fragment sourced by the main configure script. +# We have nothing we need to add here. # -# Perhaps some day we need a real configuration script for different +# Perhaps some day we will need a real configuration script for different # kernel versions or so. -exit 0 diff --git a/nptl/configure b/nptl/configure index 3eafc93f5b..3ad635f48d 100644 --- a/nptl/configure +++ b/nptl/configure @@ -1,5 +1,6 @@ # This is only to keep the GNU C library configure mechanism happy. +# This is a shell script fragment sourced by the main configure script. +# We have nothing we need to add here. # -# Perhaps some day we need a real configuration script for different +# Perhaps some day we will need a real configuration script for different # kernel versions or so. -exit 0 |