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 --- sysdeps/sh/configure | 2 +- sysdeps/sh/configure.ac | 6 ++++++ sysdeps/sh/configure.in | 6 ------ 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 sysdeps/sh/configure.ac delete mode 100644 sysdeps/sh/configure.in (limited to 'sysdeps/sh') diff --git a/sysdeps/sh/configure b/sysdeps/sh/configure index b0f3b2f..110eb65 100644 --- a/sysdeps/sh/configure +++ b/sysdeps/sh/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! # Local configure fragment for sysdeps/sh. $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h diff --git a/sysdeps/sh/configure.ac b/sysdeps/sh/configure.ac new file mode 100644 index 0000000..21400c4 --- /dev/null +++ b/sysdeps/sh/configure.ac @@ -0,0 +1,6 @@ +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. +# Local configure fragment for sysdeps/sh. + +dnl It is always possible to access static and hidden symbols in an +dnl position independent way. +AC_DEFINE(PI_STATIC_AND_HIDDEN) diff --git a/sysdeps/sh/configure.in b/sysdeps/sh/configure.in deleted file mode 100644 index 21400c4..0000000 --- a/sysdeps/sh/configure.in +++ /dev/null @@ -1,6 +0,0 @@ -GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. -# Local configure fragment for sysdeps/sh. - -dnl It is always possible to access static and hidden symbols in an -dnl position independent way. -AC_DEFINE(PI_STATIC_AND_HIDDEN) -- cgit v1.1