diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-03-01 09:00:40 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-03-01 09:00:40 +0000 |
commit | a07552b6e042c28f925c6df06a1849f734975ea2 (patch) | |
tree | df6353b328ff4175d65b594a1dcf11c3f1cadce4 | |
parent | a1ea66ea29fd59e92a81ff48049f238c8abe65c2 (diff) | |
download | glibc-a07552b6e042c28f925c6df06a1849f734975ea2.tar.gz glibc-a07552b6e042c28f925c6df06a1849f734975ea2.tar.xz glibc-a07552b6e042c28f925c6df06a1849f734975ea2.zip |
* configure (libc_add_on_canonical, libc_add_on_subdir): Set. cvs/fedora-glibc-2_3_90-39
-rw-r--r-- | c_stubs/ChangeLog | 4 | ||||
-rwxr-xr-x | c_stubs/configure | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/c_stubs/ChangeLog b/c_stubs/ChangeLog index b4fda90ea1..c362478579 100644 --- a/c_stubs/ChangeLog +++ b/c_stubs/ChangeLog @@ -1,3 +1,7 @@ +2006-03-01 Jakub Jelinek <jakub@redhat.com> + + * configure (libc_add_on_canonical, libc_add_on_subdir): Set. + 2001-08-07 Jakub Jelinek <jakub@redhat.com> * gconv_stubs.c (__gconv_lookup_alias): Remove. diff --git a/c_stubs/configure b/c_stubs/configure index 53d0dcd67e..0e16c59fa0 100755 --- a/c_stubs/configure +++ b/c_stubs/configure @@ -1,3 +1,5 @@ # 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. + +libc_add_on_canonical= +libc_add_on_subdirs=. |