From cb8a6dbd176ee59d61068bed92e2c8d22bd28b13 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 30 Oct 2013 13:20:52 +1000 Subject: rename configure.in to configure.ac Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger --- libidn/ChangeLog | 6 ++++++ libidn/configure | 2 +- libidn/configure.ac | 11 +++++++++++ libidn/configure.in | 11 ----------- 4 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 libidn/configure.ac delete mode 100644 libidn/configure.in (limited to 'libidn') diff --git a/libidn/ChangeLog b/libidn/ChangeLog index 46ebd1f..e8130bb 100644 --- a/libidn/ChangeLog +++ b/libidn/ChangeLog @@ -1,3 +1,9 @@ +2013-10-30 Mike Frysinger + + * configure.in: Moved to ... + * configure.ac: ... here. + * configure: Regenerated. + 2013-08-29 Ondřej Bílka * stringprep.c: Fix typos. diff --git a/libidn/configure b/libidn/configure index 39ed163..8195663 100644 --- a/libidn/configure +++ b/libidn/configure @@ -1,4 +1,4 @@ -# This file is generated from configure.in by Autoconf. DO NOT EDIT! +# This file is generated from configure.ac by Autoconf. DO NOT EDIT! libc_add_on_canonical= diff --git a/libidn/configure.ac b/libidn/configure.ac new file mode 100644 index 0000000..16740ff --- /dev/null +++ b/libidn/configure.ac @@ -0,0 +1,11 @@ +dnl glibc configure fragment for libidn add-on +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. + +libc_add_on_canonical= + +AS_IF([test "$shared" = yes], [ + libc_add_on_subdirs=. + + # Get this defined in config.h for main source code to test. + AC_DEFINE([HAVE_LIBIDN]) +], [AC_MSG_WARN([libidn add-on ignored with --disable-shared])]) diff --git a/libidn/configure.in b/libidn/configure.in deleted file mode 100644 index 16740ff..0000000 --- a/libidn/configure.in +++ /dev/null @@ -1,11 +0,0 @@ -dnl glibc configure fragment for libidn add-on -GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. - -libc_add_on_canonical= - -AS_IF([test "$shared" = yes], [ - libc_add_on_subdirs=. - - # Get this defined in config.h for main source code to test. - AC_DEFINE([HAVE_LIBIDN]) -], [AC_MSG_WARN([libidn add-on ignored with --disable-shared])]) -- cgit v1.1