diff options
Diffstat (limited to 'ice-9/configure.in')
-rw-r--r-- | ice-9/configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ice-9/configure.in b/ice-9/configure.in deleted file mode 100644 index 7d7829c2f..000000000 --- a/ice-9/configure.in +++ /dev/null @@ -1,13 +0,0 @@ -# -# Process this file with autoconf to produce a configure script. -# - -AC_INIT(boot-9.scm) - -. $srcdir/../GUILE-VERSION - -. $srcdir/PLUGIN/this.configure -AC_SUBST(library_name) -AC_SUBST(info_files) -AC_SUBST(GUILE_VERSION) -AC_OUTPUT(Makefile) |