remove non-standard --with-release-suffix configure options and fix the standard autoconf options --program-prefix and --program-suffix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8998 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-03-10 22:54:02 +00:00
commit 5ea5667e18
6 changed files with 13 additions and 18 deletions

View file

@ -98,7 +98,7 @@ CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
# This occurs on each invocation of make and is a step towards providing support for multiple
# build directories.
all-local: eswig@EXEEXT@
cp eswig@EXEEXT@ ../swig@release_suffix@@EXEEXT@
cp eswig@EXEEXT@ ../swig@EXEEXT@
clean-local:
rm -f ../swig@release_suffix@@EXEEXT@
rm -f ../swig@EXEEXT@