summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2002-12-11 22:21:31 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2002-12-11 22:21:31 +0000
commiteb9a76ed1c9653a637367047777f420c120b215b (patch)
tree9f315281c6114042cce07cf67ddfdec51fe65afc /autogen.sh
parent7b39ad83078ef14063a4b7b48c35bc17b1950ec7 (diff)
downloadswig-eb9a76ed1c9653a637367047777f420c120b215b.tar.gz
Simplification of version string. Use autoconf's PACKAGE_VERSION instead.
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index bade456e2..33762a736 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,5 @@
#! /bin/sh
# Bootstrap the development environment
autoconf
+autoheader
(cd Tools; autoconf)