Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-09-09 23:49:49 +0300
committerMike Frysinger <vapier@gentoo.org>2021-09-13 17:14:37 +0300
commit920617998eebd7b3b5707b6d1f58078b9e41dbeb (patch)
treec0f6de16eef5bc1f3e7c53b75ffee0aba4f8e60e /newlib/libc/machine/visium/configure.in
parent8fba45f0ccc3b936edfb93671141bf3fe0b0ee5e (diff)
libgloss/newlib: rename configure.in to configure.ac
The .in name has been deprecated for a long time in favor of .ac.
Diffstat (limited to 'newlib/libc/machine/visium/configure.in')
-rw-r--r--newlib/libc/machine/visium/configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/newlib/libc/machine/visium/configure.in b/newlib/libc/machine/visium/configure.in
deleted file mode 100644
index 808804c10..000000000
--- a/newlib/libc/machine/visium/configure.in
+++ /dev/null
@@ -1,14 +0,0 @@
-dnl This is the newlib/libc/machine/visium 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