aboutsummaryrefslogtreecommitdiff
path: root/libobjc/configure
diff options
context:
space:
mode:
authorManfred Hollstein <mh@suse.com>2004-03-15 18:52:38 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>2004-03-15 18:52:38 +0000
commit68a1af8795e896c86b0ff44662e6dc47e8b119ae (patch)
tree08636de38be4364f2c8689184a1adff096a57c22 /libobjc/configure
parent1f8551b2637b9091bf9526dbaac0775f7ea490a5 (diff)
downloadgcc-68a1af8795e896c86b0ff44662e6dc47e8b119ae.zip
gcc-68a1af8795e896c86b0ff44662e6dc47e8b119ae.tar.gz
gcc-68a1af8795e896c86b0ff44662e6dc47e8b119ae.tar.bz2
Makefile.in (LIBOBJC_VERSION, [...]): Use definition from configure.in.
2004-03-15 Manfred Hollstein <mh@suse.com> * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use definition from configure.in. * configure.in (PACKAGE): Add definition. (VERSION): Add definition; substitute it in output files. * configure: Re-generate. From-SVN: r79508
Diffstat (limited to 'libobjc/configure')
-rwxr-xr-xlibobjc/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/configure b/libobjc/configure
index f2f013a..8f9b8a3 100755
--- a/libobjc/configure
+++ b/libobjc/configure
@@ -2635,6 +2635,10 @@ else
fi
+PACKAGE=libobjc
+VERSION=1:0:0
+
+
# Sanity check for the cross-compilation case:
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:2641: checking how to run the C preprocessor" >&5
@@ -3107,6 +3111,7 @@ s%@DLLTOOL@%$DLLTOOL%g
s%@OBJDUMP@%$OBJDUMP%g
s%@LIBTOOL@%$LIBTOOL%g
s%@SET_MAKE@%$SET_MAKE%g
+s%@VERSION@%$VERSION%g
s%@CPP@%$CPP%g
s%@GTHREAD_FLAGS@%$GTHREAD_FLAGS%g
s%@OBJC_BOEHM_GC@%$OBJC_BOEHM_GC%g