From ed295b3c1799fa2d4154e70fe8f5c3398d0ac279 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 11 Dec 2002 22:15:48 +0000 Subject: [PATCH] Simplification of version string. Use autoconf's PACKAGE_VERSION instead. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4176 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Makefile.in | 15 ++++----------- SWIG/swig.spec.in | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/SWIG/Makefile.in b/SWIG/Makefile.in index 21659621e..66a798ecc 100644 --- a/SWIG/Makefile.in +++ b/SWIG/Makefile.in @@ -5,6 +5,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ srcdir = @srcdir@ +libdir = @libdir@ ############################################################################## # Compiler and system configuration @@ -23,9 +24,7 @@ RANLIB = @RANLIB@ # instead of `exec_prefix' or, derivatively, `libdir'. SWIG_LIB = @swig_lib@ BIN_DIR = @bindir@ -INCLUDE_DIR = $(prefix)/include -RELEASESUFFIX = @release_suffix@ -TARGET = swig$(RELEASESUFFIX) +TARGET = swig@release_suffix@ SOURCE = Source SOURCEDIRS = `ls $(SOURCE)` @@ -57,12 +56,6 @@ DOH: Source/Include/swigconfig.h .PHONY: SWIG1.1 Modules Swig Preprocessor DOH runtime -# Config file must be generated at make time, rather than at configure -# time because it paths need to be substituted. - -Source/Include/swigconfig.h: Source/Include/swigconfig.h.in Makefile.in config.status - sed 's|@-swig_lib-@|$(SWIG_LIB)|g;s|@-exec_prefix-@|$(exec_prefix)|g;s|@-release_suffix-@|$(RELEASESUFFIX)|g' Source/Include/swigconfig.h.in > $@ - ##################################################################### # All the languages SWIG speaks (when it wants to) ##################################################################### @@ -339,8 +332,8 @@ uninstall-runtime: ############################################################################ # distribution directory -dd = @PACKAGE@-@VERSION@ -srpm = @PACKAGE@-@SWIG_MAJOR_VERSION@.@SWIG_MINOR_VERSION@.@SWIG_SPIN@ +dd = @PACKAGE_NAME@-@PACKAGE_VERSION@ +srpm = @PACKAGE_NAME@-@PACKAGE_VERSION@ dist: @echo 'Dave, what do you want to do w/ "make dist"?' diff --git a/SWIG/swig.spec.in b/SWIG/swig.spec.in index ee79c96dd..b3690ac2b 100644 --- a/SWIG/swig.spec.in +++ b/SWIG/swig.spec.in @@ -2,7 +2,7 @@ # tar -cvzf swig-1.3.11cvs.tar.gz SWIG-1.3.11cvs && rpm -tb swig-1.3.11cvs.tar.gz # @configure_input@ -%define ver @SWIG_MAJOR_VERSION@.@SWIG_MINOR_VERSION@.@SWIG_SPIN@ +%define ver @PACKAGE_VERSION@ %define rel 1 %define prefix /usr %define home_page http://swig.sourceforge.net/