diff options
author | Manfred Hollstein <mh@suse.com> | 2004-03-15 18:52:38 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 2004-03-15 18:52:38 +0000 |
commit | 68a1af8795e896c86b0ff44662e6dc47e8b119ae (patch) | |
tree | 08636de38be4364f2c8689184a1adff096a57c22 /libobjc/Makefile.in | |
parent | 1f8551b2637b9091bf9526dbaac0775f7ea490a5 (diff) | |
download | gcc-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/Makefile.in')
-rw-r--r-- | libobjc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index ad91e72..c929477 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -78,8 +78,8 @@ ALL_CFLAGS = -I. -I$(srcdir) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(WARN_CFLAGS) \ # begin compiled and compatibility issues. # Please refer to Libtool documentation about how to manage these # numbers. -LIBOBJC_VERSION = 1:0:0 -LIBOBJC_GC_VERSION = 1:0:0 +LIBOBJC_VERSION = @VERSION@ +LIBOBJC_GC_VERSION = @VERSION@ # @LIBTOOL@ does not get it right, so we hack it in - FIXME LIBTOOL = ./libtool LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile |