diff options
author | Tom Tromey <tromey@redhat.com> | 2002-02-27 05:32:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-02-27 05:32:29 +0000 |
commit | fc04b455f9f8f1054dafde34975d7e2b764926d4 (patch) | |
tree | 587f3e1028dd7f95d052056acbf57dca2a7c4275 /libjava/include | |
parent | 1fef1cdd2c5c72a79b7448ebd197f4efb2e0dd27 (diff) | |
download | gcc-fc04b455f9f8f1054dafde34975d7e2b764926d4.zip gcc-fc04b455f9f8f1054dafde34975d7e2b764926d4.tar.gz gcc-fc04b455f9f8f1054dafde34975d7e2b764926d4.tar.bz2 |
natSystem.cc (init_properties): Use __VERSION__.
* java/lang/natSystem.cc (init_properties): Use __VERSION__.
* gij.cc (version): Use __VERSION__.
* include/config.h.in: Rebuilt.
* acconfig.h (GCJVERSION): Removed.
* configure: Rebuilt.
* configure.in (GCJVERSION): Removed.
From-SVN: r50088
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/Makefile.in | 7 | ||||
-rw-r--r-- | libjava/include/config.h.in | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index 85bc356..3039c8c 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/Makefile.in @@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@ GCINCS = @GCINCS@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ -GCJVERSION = @GCJVERSION@ GCLIBS = @GCLIBS@ GCOBJS = @GCOBJS@ GCSPEC = @GCSPEC@ @@ -121,7 +120,7 @@ ZINCS = @ZINCS@ ZLIBS = @ZLIBS@ ZLIBSPEC = @ZLIBSPEC@ ZLIBTESTSPEC = @ZLIBTESTSPEC@ -glibcpp_CXX = @glibcpp_CXX@ +glibjava_CXX = @glibjava_CXX@ here = @here@ libgcj_basedir = @libgcj_basedir@ mkinstalldirs = @mkinstalldirs@ @@ -138,7 +137,7 @@ DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -235,7 +234,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 94d3b60..0492974 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -120,9 +120,6 @@ /* Define if global `timezone' exists. */ #undef HAVE_TIMEZONE -/* Define to version of GCJ in use. */ -#undef GCJVERSION - /* Define if you have the appropriate function. */ #undef HAVE_ACCESS #undef HAVE_STAT |