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/m32c/configure.ac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 newlib/libc/machine/m32c/configure.ac (limited to 'newlib/libc/machine/m32c/configure.ac') diff --git a/newlib/libc/machine/m32c/configure.ac b/newlib/libc/machine/m32c/configure.ac new file mode 100644 index 000000000..ba3edfa44 --- /dev/null +++ b/newlib/libc/machine/m32c/configure.ac @@ -0,0 +1,14 @@ +dnl This is the newlib/libc/machine/m32r 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([setjmp.S]) + +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