From a07552b6e042c28f925c6df06a1849f734975ea2 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 1 Mar 2006 09:00:40 +0000 Subject: * configure (libc_add_on_canonical, libc_add_on_subdir): Set. --- c_stubs/ChangeLog | 4 ++++ c_stubs/configure | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + * configure (libc_add_on_canonical, libc_add_on_subdir): Set. + 2001-08-07 Jakub Jelinek * 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=. -- cgit v1.2.3