From 920617998eebd7b3b5707b6d1f58078b9e41dbeb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 9 Sep 2021 16:49:49 -0400 Subject: libgloss/newlib: rename configure.in to configure.ac The .in name has been deprecated for a long time in favor of .ac. --- newlib/libc/machine/crx/configure.ac | 14 ++++++++++++++ newlib/libc/machine/crx/configure.in | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 newlib/libc/machine/crx/configure.ac delete mode 100644 newlib/libc/machine/crx/configure.in (limited to 'newlib/libc/machine/crx') diff --git a/newlib/libc/machine/crx/configure.ac b/newlib/libc/machine/crx/configure.ac new file mode 100644 index 000000000..6236338f9 --- /dev/null +++ b/newlib/libc/machine/crx/configure.ac @@ -0,0 +1,14 @@ +dnl This is the newlib/libc/machine/arm configure.in file. +dnl Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.59) +AC_INIT([newlib],[NEWLIB_VERSION]) +AC_CONFIG_SRCDIR([Makefile.am]) + +dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. +AC_CONFIG_AUX_DIR(../../../..) + +NEWLIB_CONFIGURE(../../..) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT diff --git a/newlib/libc/machine/crx/configure.in b/newlib/libc/machine/crx/configure.in deleted file mode 100644 index 6236338f9..000000000 --- a/newlib/libc/machine/crx/configure.in +++ /dev/null @@ -1,14 +0,0 @@ -dnl This is the newlib/libc/machine/arm configure.in file. -dnl Process this file with autoconf to produce a configure script. - -AC_PREREQ(2.59) -AC_INIT([newlib],[NEWLIB_VERSION]) -AC_CONFIG_SRCDIR([Makefile.am]) - -dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. -AC_CONFIG_AUX_DIR(../../../..) - -NEWLIB_CONFIGURE(../../..) - -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT -- cgit v1.2.3