diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-26 23:57:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-26 23:57:29 +0000 |
commit | d900bcba1ecb89631630249d7b5d21156574a3bd (patch) | |
tree | bf2013857dc7d5fba91b6451e8e0e1424bcbdbbd /sysdeps/unix/configure.in | |
parent | f04d645ebe52fc1a49b4673c3172d22eafdaefb8 (diff) | |
download | glibc-d900bcba1ecb89631630249d7b5d21156574a3bd.tar.gz glibc-d900bcba1ecb89631630249d7b5d21156574a3bd.tar.xz glibc-d900bcba1ecb89631630249d7b5d21156574a3bd.zip |
* sysdeps/unix/common/Makefile: File removed.
* sysdeps/unix/common/glue-ctype.c: File removed. * sysdeps/unix/common/configure.in: File removed. * sysdeps/unix/common/configure: File removed. * sysdeps/unix/configure.in: File removed. * sysdeps/unix/configure: File removed. * sysdeps/unix/make_errlist.c: File removed. * sysdeps/unix/Makefile ($(objpfx)errlist.c, $(objpfx)make_errlist): Rules removed.
Diffstat (limited to 'sysdeps/unix/configure.in')
-rw-r--r-- | sysdeps/unix/configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/configure.in b/sysdeps/unix/configure.in deleted file mode 100644 index de7feccb25..0000000000 --- a/sysdeps/unix/configure.in +++ /dev/null @@ -1,7 +0,0 @@ -GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. -# Local configure fragment for sysdeps/unix. - -if test -z "$inhibit_glue"; then -# For make_errlist.c, used in make_errlist. -AC_CHECK_FUNCS(strerror) -fi |