summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2014-02-19 22:35:45 +1300
committerOlly Betts <olly@survex.com>2014-02-19 22:35:45 +1300
commitdcf121f534a5c06d5ccc47bc0b04de982c1df3b2 (patch)
treec0aab49ec5d3fcc50011dbf401ff368e5e9c4ca7 /configure.ac
parent91461647486b79b055e11b4a15b75e90a0783da1 (diff)
downloadswig-dcf121f534a5c06d5ccc47bc0b04de982c1df3b2.tar.gz
Make Lib/ocaml/swigp4.ml a non-generated file.
We used to have configure substitute values into it, but that's not been the case for just over 3 years, since patch #3151788 was applied.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac57
1 files changed, 28 insertions, 29 deletions
diff --git a/configure.ac b/configure.ac
index bb62068ae..be4e6e3c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2409,35 +2409,34 @@ case $build in
esac
AC_DEFINE_UNQUOTED(SWIG_LIB_WIN_UNIX, ["$SWIG_LIB_WIN_UNIX"], [Directory for SWIG system-independent libraries (Unix install on native Windows)])
-AC_CONFIG_FILES([ \
- Makefile \
- swig.spec \
- Source/Makefile \
- Examples/Makefile \
- Examples/xml/Makefile \
- Examples/test-suite/errors/Makefile \
- Examples/test-suite/chicken/Makefile \
- Examples/test-suite/csharp/Makefile \
- Examples/test-suite/d/Makefile \
- Examples/test-suite/guile/Makefile \
- Examples/test-suite/java/Makefile \
- Examples/test-suite/mzscheme/Makefile \
- Examples/test-suite/ocaml/Makefile \
- Examples/test-suite/octave/Makefile \
- Examples/test-suite/perl5/Makefile \
- Examples/test-suite/php/Makefile \
- Examples/test-suite/pike/Makefile \
- Examples/test-suite/python/Makefile \
- Examples/test-suite/ruby/Makefile \
- Examples/test-suite/tcl/Makefile \
- Examples/test-suite/lua/Makefile \
- Examples/test-suite/allegrocl/Makefile \
- Examples/test-suite/clisp/Makefile \
- Examples/test-suite/cffi/Makefile \
- Examples/test-suite/uffi/Makefile \
- Examples/test-suite/r/Makefile \
- Examples/test-suite/go/Makefile \
- Lib/ocaml/swigp4.ml
+AC_CONFIG_FILES([
+ Makefile
+ swig.spec
+ Source/Makefile
+ Examples/Makefile
+ Examples/xml/Makefile
+ Examples/test-suite/errors/Makefile
+ Examples/test-suite/chicken/Makefile
+ Examples/test-suite/csharp/Makefile
+ Examples/test-suite/d/Makefile
+ Examples/test-suite/guile/Makefile
+ Examples/test-suite/java/Makefile
+ Examples/test-suite/mzscheme/Makefile
+ Examples/test-suite/ocaml/Makefile
+ Examples/test-suite/octave/Makefile
+ Examples/test-suite/perl5/Makefile
+ Examples/test-suite/php/Makefile
+ Examples/test-suite/pike/Makefile
+ Examples/test-suite/python/Makefile
+ Examples/test-suite/ruby/Makefile
+ Examples/test-suite/tcl/Makefile
+ Examples/test-suite/lua/Makefile
+ Examples/test-suite/allegrocl/Makefile
+ Examples/test-suite/clisp/Makefile
+ Examples/test-suite/cffi/Makefile
+ Examples/test-suite/uffi/Makefile
+ Examples/test-suite/r/Makefile
+ Examples/test-suite/go/Makefile
])
AC_CONFIG_FILES([preinst-swig], [chmod +x preinst-swig])
AC_CONFIG_FILES([CCache/ccache_swig_config.h])