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.
This commit is contained in:
parent
9146164748
commit
dcf121f534
4 changed files with 29 additions and 31 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -67,7 +67,6 @@ Examples/Makefile
|
|||
Examples/guile/Makefile
|
||||
Examples/test-suite/*/Makefile
|
||||
Examples/xml/Makefile
|
||||
Lib/ocaml/swigp4.ml
|
||||
/Makefile
|
||||
Source/Include/stamp-h1
|
||||
Source/Include/swigconfig.h
|
||||
|
|
|
|||
|
|
@ -391,7 +391,7 @@ clean-ccache:
|
|||
# DISTCLEAN - clean what configure built
|
||||
#####################################################################
|
||||
|
||||
DISTCLEAN-DEAD = config.status config.log config.cache swig.spec Makefile mkmf.log libtool preinst-swig Lib/ocaml/swigp4.ml
|
||||
DISTCLEAN-DEAD = config.status config.log config.cache swig.spec Makefile mkmf.log libtool preinst-swig
|
||||
|
||||
distclean-helper: distclean-test-suite distclean-examples distclean-dead
|
||||
|
||||
|
|
|
|||
57
configure.ac
57
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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue