Build time removed from SWIG version. Using standard autoconf config header generation. Updated old autoconf macros as reported by autoupdate Removed $prefix from search paths as autoconf won't expand them. 'swig -ldflags' added for MzScheme, Ocaml, Pike and PHP Fixed subtle bug where 'make prefix=/somewhere; make clean; make prefix=/somwhere/else' produced an executable using the incorrect library directories. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#! /bin/sh
|
|
# Bootstrap the development environment
|
|
autoconf
|
|
autoheader
|
|
(cd Tools; autoconf)
|