VERSION, Source/Include/swigver.h.in: New files.
Source/Include/swigver.h: Deleted from repo, now generated by configure from swigver.h.in same directory. configure.in: Source ./VERSION to get var definitions. (PACKAGE, VERSION, SWIG_VERSION, SWIG_SPIN): New vars, @-substituted. Also do `AC_OUTPUT' on Source/Include/swigver.h. Makefile.in (dd): New var, the distribution directory. (dist, dist-suggested): New targets. Source/SWIG1.1/emit.cxx (emit_banner): Use `SWIG_VERSION' instead of integers `SWIG_VERSION_MAJOR' and `SWIG_VERSION_MINOR' (which are deleted). Source/SWIG1.1/main.cxx (SWIG_main): Likewise. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@235 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
63a36f8008
commit
e0957d51e2
6 changed files with 150 additions and 82 deletions
5
SWIG/Source/Include/swigver.h.in
Normal file
5
SWIG/Source/Include/swigver.h.in
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
/* SWIG version information */
|
||||
|
||||
#define SWIG_VERSION "@SWIG_VERSION@"
|
||||
#define SWIG_SPIN "@SWIG_SPIN@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue