diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-25 11:11:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-25 11:11:15 +0000 |
commit | 1d62ae8a22d409917e29270a5e9bc900035c0930 (patch) | |
tree | eea0bb9f0f408cd07f78f14c9a7709110b5a69c5 /libidn | |
parent | 10c6e7097f0721d00eb40d38caa3ee7c235debaf (diff) |
* sysdeps/gnu/net/if.h (IFF_DYNAMIC): New macro.
Diffstat (limited to 'libidn')
-rw-r--r-- | libidn/ChangeLog | 6 | ||||
-rw-r--r-- | libidn/configure | 10 | ||||
-rw-r--r-- | libidn/configure.in | 5 | ||||
-rwxr-xr-x | libidn/sysdeps/unix/configure | 2 |
4 files changed, 18 insertions, 5 deletions
diff --git a/libidn/ChangeLog b/libidn/ChangeLog index f9303743fc..28dda534eb 100644 --- a/libidn/ChangeLog +++ b/libidn/ChangeLog @@ -1,3 +1,9 @@ +2006-02-25 Roland McGrath <roland@redhat.com> + + * configure.in: New file. + * configure: Replaced with generated file. + * sysdeps/unix/configure: File removed. + 2005-03-08 Paul Eggert <eggert@cs.ucla.edu> * iconvme.c (SIZE_MAX): New macro, if not already defined. diff --git a/libidn/configure b/libidn/configure index 53d0dcd67e..52ddb3fc26 100644 --- a/libidn/configure +++ b/libidn/configure @@ -1,3 +1,7 @@ -# 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. +# This file is generated from configure.in by Autoconf. DO NOT EDIT! + +# Get this defined in config.h for main source code to test. +cat >>confdefs.h <<\_ACEOF +#define HAVE_LIBIDN 1 +_ACEOF + diff --git a/libidn/configure.in b/libidn/configure.in new file mode 100644 index 0000000000..bafa3555ef --- /dev/null +++ b/libidn/configure.in @@ -0,0 +1,5 @@ +dnl glibc configure fragment for libidn add-on +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. + +# Get this defined in config.h for main source code to test. +AC_DEFINE([HAVE_LIBIDN]) diff --git a/libidn/sysdeps/unix/configure b/libidn/sysdeps/unix/configure deleted file mode 100755 index 2d9fac30e5..0000000000 --- a/libidn/sysdeps/unix/configure +++ /dev/null @@ -1,2 +0,0 @@ -# Signal that libidn is available. -libc_cv_idn=yes |