mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
1fef1cdd2c
commit
fc04b455f9
|
|
@ -1,3 +1,12 @@
|
||||||
|
2002-02-26 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2002-02-26 Andreas Schwab <schwab@suse.de>
|
2002-02-26 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* acinclude.m4 (LIB_AC_PROG_CXX): Use glibjava_CXX instead of
|
* acinclude.m4 (LIB_AC_PROG_CXX): Use glibjava_CXX instead of
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,6 @@ GCDEPS = @GCDEPS@
|
||||||
GCINCS = @GCINCS@
|
GCINCS = @GCINCS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
GCJVERSION = @GCJVERSION@
|
|
||||||
GCLIBS = @GCLIBS@
|
GCLIBS = @GCLIBS@
|
||||||
GCOBJS = @GCOBJS@
|
GCOBJS = @GCOBJS@
|
||||||
GCSPEC = @GCSPEC@
|
GCSPEC = @GCSPEC@
|
||||||
|
|
@ -119,18 +118,25 @@ ZINCS = @ZINCS@
|
||||||
ZLIBS = @ZLIBS@
|
ZLIBS = @ZLIBS@
|
||||||
ZLIBSPEC = @ZLIBSPEC@
|
ZLIBSPEC = @ZLIBSPEC@
|
||||||
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
||||||
|
glibjava_CXX = @glibjava_CXX@
|
||||||
here = @here@
|
here = @here@
|
||||||
libgcj_basedir = @libgcj_basedir@
|
libgcj_basedir = @libgcj_basedir@
|
||||||
mkinstalldirs = @mkinstalldirs@
|
mkinstalldirs = @mkinstalldirs@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
@TESTSUBDIR_TRUE@SUBDIRS = @TESTSUBDIR_TRUE@$(DIRLTDL) testsuite gcj include
|
@TESTSUBDIR_TRUE@SUBDIRS = \
|
||||||
@TESTSUBDIR_FALSE@SUBDIRS = @TESTSUBDIR_FALSE@$(DIRLTDL) gcj include
|
@TESTSUBDIR_TRUE@$(DIRLTDL) testsuite gcj include
|
||||||
@USE_LIBDIR_TRUE@toolexeclibdir = @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
|
@TESTSUBDIR_FALSE@SUBDIRS = \
|
||||||
@USE_LIBDIR_FALSE@toolexeclibdir = @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
|
@TESTSUBDIR_FALSE@$(DIRLTDL) gcj include
|
||||||
@USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
|
@USE_LIBDIR_TRUE@toolexeclibdir = \
|
||||||
@XLIB_AWT_TRUE@cond_x_ltlibrary = @XLIB_AWT_TRUE@libgcjx.la
|
@USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
|
||||||
@XLIB_AWT_FALSE@cond_x_ltlibrary =
|
@USE_LIBDIR_FALSE@toolexeclibdir = \
|
||||||
|
@USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
|
||||||
|
@USE_LIBDIR_FALSE@toolexecdir = \
|
||||||
|
@USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
|
||||||
|
@XLIB_AWT_TRUE@cond_x_ltlibrary = \
|
||||||
|
@XLIB_AWT_TRUE@libgcjx.la
|
||||||
|
@XLIB_AWT_FALSE@cond_x_ltlibrary = \
|
||||||
|
|
||||||
toolexeclib_LTLIBRARIES = libgcj.la $(cond_x_ltlibrary)
|
toolexeclib_LTLIBRARIES = libgcj.la $(cond_x_ltlibrary)
|
||||||
toolexeclib_DATA = libgcj.spec
|
toolexeclib_DATA = libgcj.spec
|
||||||
|
|
@ -138,14 +144,20 @@ data_DATA = libgcj.jar
|
||||||
|
|
||||||
secdir = $(libdir)/security
|
secdir = $(libdir)/security
|
||||||
|
|
||||||
@NATIVE_TRUE@bin_PROGRAMS = @NATIVE_TRUE@jv-convert gij rmic rmiregistry
|
@NATIVE_TRUE@bin_PROGRAMS = \
|
||||||
|
@NATIVE_TRUE@jv-convert gij rmic rmiregistry
|
||||||
|
|
||||||
bin_SCRIPTS = addr2name.awk
|
bin_SCRIPTS = addr2name.awk
|
||||||
@CANADIAN_TRUE@@NULL_TARGET_TRUE@ZIP = @CANADIAN_TRUE@@NULL_TARGET_TRUE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
|
@CANADIAN_TRUE@@NULL_TARGET_TRUE@ZIP = \
|
||||||
@CANADIAN_TRUE@@NULL_TARGET_FALSE@ZIP = @CANADIAN_TRUE@@NULL_TARGET_FALSE@jar
|
@CANADIAN_TRUE@@NULL_TARGET_TRUE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
|
||||||
@CANADIAN_FALSE@ZIP = @CANADIAN_FALSE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
|
@CANADIAN_TRUE@@NULL_TARGET_FALSE@ZIP = \
|
||||||
@CANADIAN_TRUE@GCJH = @CANADIAN_TRUE@gcjh
|
@CANADIAN_TRUE@@NULL_TARGET_FALSE@jar
|
||||||
@CANADIAN_FALSE@GCJH = @CANADIAN_FALSE@$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh$(EXEEXT)
|
@CANADIAN_FALSE@ZIP = \
|
||||||
|
@CANADIAN_FALSE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
|
||||||
|
@CANADIAN_TRUE@GCJH = \
|
||||||
|
@CANADIAN_TRUE@gcjh
|
||||||
|
@CANADIAN_FALSE@GCJH = \
|
||||||
|
@CANADIAN_FALSE@$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh$(EXEEXT)
|
||||||
|
|
||||||
GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8
|
GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8
|
||||||
|
|
||||||
|
|
@ -165,8 +177,10 @@ AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions \
|
||||||
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@ $(WARNINGS) -D_GNU_SOURCE \
|
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@ $(WARNINGS) -D_GNU_SOURCE \
|
||||||
-DPREFIX="\"$(prefix)\""
|
-DPREFIX="\"$(prefix)\""
|
||||||
|
|
||||||
@USING_GCC_TRUE@AM_CFLAGS = @USING_GCC_TRUE@@LIBGCJ_CFLAGS@ $(WARNINGS)
|
@USING_GCC_TRUE@AM_CFLAGS = \
|
||||||
@USING_GCC_FALSE@AM_CFLAGS = @USING_GCC_FALSE@@LIBGCJ_CFLAGS@
|
@USING_GCC_TRUE@@LIBGCJ_CFLAGS@ $(WARNINGS)
|
||||||
|
@USING_GCC_FALSE@AM_CFLAGS = \
|
||||||
|
@USING_GCC_FALSE@@LIBGCJ_CFLAGS@
|
||||||
|
|
||||||
JCFLAGS = -g
|
JCFLAGS = -g
|
||||||
JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
|
JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
|
||||||
|
|
@ -240,7 +254,8 @@ extra_headers = java/lang/Object.h java/lang/Class.h
|
||||||
|
|
||||||
NM = nm
|
NM = nm
|
||||||
|
|
||||||
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = @NATIVE_TRUE@@MAINTAINER_MODE_TRUE@gen-from-JIS
|
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = \
|
||||||
|
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@gen-from-JIS
|
||||||
|
|
||||||
CONVERT_DIR = gnu/gcj/convert
|
CONVERT_DIR = gnu/gcj/convert
|
||||||
|
|
||||||
|
|
@ -1720,7 +1735,7 @@ libgcj-test.spec.in libgcj.spec.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
DIST_SUBDIRS = @DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
|
DIST_SUBDIRS = @DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
|
||||||
DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
|
DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
|
||||||
|
|
@ -3019,7 +3034,7 @@ distdir: $(DISTFILES)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
cp -pr $$/$$file $(distdir)/$$file; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|
|
|
||||||
|
|
@ -89,9 +89,6 @@
|
||||||
/* Define if global `timezone' exists. */
|
/* Define if global `timezone' exists. */
|
||||||
#undef HAVE_TIMEZONE
|
#undef HAVE_TIMEZONE
|
||||||
|
|
||||||
/* Define to version of GCJ in use. */
|
|
||||||
#undef GCJVERSION
|
|
||||||
|
|
||||||
/* Define if you have the appropriate function. */
|
/* Define if you have the appropriate function. */
|
||||||
#undef HAVE_ACCESS
|
#undef HAVE_ACCESS
|
||||||
#undef HAVE_STAT
|
#undef HAVE_STAT
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -743,13 +743,6 @@ AM_CONDITIONAL(USE_LIBDIR, test -z "$with_cross_host")
|
||||||
AM_CONDITIONAL(NEEDS_DATA_START, test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes)
|
AM_CONDITIONAL(NEEDS_DATA_START, test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes)
|
||||||
AC_SUBST(GCC_UNWIND_INCLUDE)
|
AC_SUBST(GCC_UNWIND_INCLUDE)
|
||||||
|
|
||||||
# Determine gcj version number.
|
|
||||||
changequote(<<,>>)
|
|
||||||
gcjvers="`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'`"
|
|
||||||
changequote([,])
|
|
||||||
AC_DEFINE_UNQUOTED(GCJVERSION, "$gcjvers")
|
|
||||||
AC_SUBST(GCJVERSION)
|
|
||||||
|
|
||||||
AC_SUBST(AM_RUNTESTFLAGS)
|
AC_SUBST(AM_RUNTESTFLAGS)
|
||||||
|
|
||||||
dnl Work around a g++ bug. Reported to gcc-bugs@gcc.gnu.org on Jan 22, 2000.
|
dnl Work around a g++ bug. Reported to gcc-bugs@gcc.gnu.org on Jan 22, 2000.
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
|
||||||
GCINCS = @GCINCS@
|
GCINCS = @GCINCS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
GCJVERSION = @GCJVERSION@
|
|
||||||
GCLIBS = @GCLIBS@
|
GCLIBS = @GCLIBS@
|
||||||
GCOBJS = @GCOBJS@
|
GCOBJS = @GCOBJS@
|
||||||
GCSPEC = @GCSPEC@
|
GCSPEC = @GCSPEC@
|
||||||
|
|
@ -121,7 +120,7 @@ ZINCS = @ZINCS@
|
||||||
ZLIBS = @ZLIBS@
|
ZLIBS = @ZLIBS@
|
||||||
ZLIBSPEC = @ZLIBSPEC@
|
ZLIBSPEC = @ZLIBSPEC@
|
||||||
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
||||||
glibcpp_CXX = @glibcpp_CXX@
|
glibjava_CXX = @glibjava_CXX@
|
||||||
here = @here@
|
here = @here@
|
||||||
libgcj_basedir = @libgcj_basedir@
|
libgcj_basedir = @libgcj_basedir@
|
||||||
mkinstalldirs = @mkinstalldirs@
|
mkinstalldirs = @mkinstalldirs@
|
||||||
|
|
@ -139,7 +138,7 @@ DIST_COMMON = ./stamp-h2.in Makefile.am Makefile.in libgcj-config.h.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
all: all-redirect
|
all: all-redirect
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
@ -236,7 +235,7 @@ distdir: $(DISTFILES)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
cp -pr $$/$$file $(distdir)/$$file; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ help ()
|
||||||
static void
|
static void
|
||||||
version ()
|
version ()
|
||||||
{
|
{
|
||||||
printf ("gij (GNU libgcj) version %s\n\n", GCJVERSION);
|
printf ("gij (GNU libgcj) version %s\n\n", __VERSION__);
|
||||||
printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
|
printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
|
||||||
printf ("This is free software; see the source for copying conditions. There is NO\n");
|
printf ("This is free software; see the source for copying conditions. There is NO\n");
|
||||||
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
|
||||||
GCINCS = @GCINCS@
|
GCINCS = @GCINCS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
GCJVERSION = @GCJVERSION@
|
|
||||||
GCLIBS = @GCLIBS@
|
GCLIBS = @GCLIBS@
|
||||||
GCOBJS = @GCOBJS@
|
GCOBJS = @GCOBJS@
|
||||||
GCSPEC = @GCSPEC@
|
GCSPEC = @GCSPEC@
|
||||||
|
|
@ -121,7 +120,7 @@ ZINCS = @ZINCS@
|
||||||
ZLIBS = @ZLIBS@
|
ZLIBS = @ZLIBS@
|
||||||
ZLIBSPEC = @ZLIBSPEC@
|
ZLIBSPEC = @ZLIBSPEC@
|
||||||
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
||||||
glibcpp_CXX = @glibcpp_CXX@
|
glibjava_CXX = @glibjava_CXX@
|
||||||
here = @here@
|
here = @here@
|
||||||
libgcj_basedir = @libgcj_basedir@
|
libgcj_basedir = @libgcj_basedir@
|
||||||
mkinstalldirs = @mkinstalldirs@
|
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)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
all: all-redirect
|
all: all-redirect
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
@ -235,7 +234,7 @@ distdir: $(DISTFILES)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
cp -pr $$/$$file $(distdir)/$$file; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|
|
|
||||||
|
|
@ -120,9 +120,6 @@
|
||||||
/* Define if global `timezone' exists. */
|
/* Define if global `timezone' exists. */
|
||||||
#undef HAVE_TIMEZONE
|
#undef HAVE_TIMEZONE
|
||||||
|
|
||||||
/* Define to version of GCJ in use. */
|
|
||||||
#undef GCJVERSION
|
|
||||||
|
|
||||||
/* Define if you have the appropriate function. */
|
/* Define if you have the appropriate function. */
|
||||||
#undef HAVE_ACCESS
|
#undef HAVE_ACCESS
|
||||||
#undef HAVE_STAT
|
#undef HAVE_STAT
|
||||||
|
|
|
||||||
|
|
@ -306,11 +306,11 @@ java::lang::System::init_properties (void)
|
||||||
SET ("java.version", VERSION);
|
SET ("java.version", VERSION);
|
||||||
SET ("java.vendor", "Free Software Foundation, Inc.");
|
SET ("java.vendor", "Free Software Foundation, Inc.");
|
||||||
SET ("java.vendor.url", "http://gcc.gnu.org/java/");
|
SET ("java.vendor.url", "http://gcc.gnu.org/java/");
|
||||||
SET ("java.class.version", GCJVERSION);
|
SET ("java.class.version", __VERSION__);
|
||||||
SET ("java.vm.specification.version", "1.1");
|
SET ("java.vm.specification.version", "1.1");
|
||||||
SET ("java.vm.specification.name", "Java(tm) Virtual Machine Specification");
|
SET ("java.vm.specification.name", "Java(tm) Virtual Machine Specification");
|
||||||
SET ("java.vm.specification.vendor", "Sun Microsystems Inc.");
|
SET ("java.vm.specification.vendor", "Sun Microsystems Inc.");
|
||||||
SET ("java.vm.version", GCJVERSION);
|
SET ("java.vm.version", __VERSION__);
|
||||||
SET ("java.vm.vendor", "Free Software Foundation, Inc.");
|
SET ("java.vm.vendor", "Free Software Foundation, Inc.");
|
||||||
SET ("java.vm.name", "libgcj");
|
SET ("java.vm.name", "libgcj");
|
||||||
SET ("java.specification.version", "1.1");
|
SET ("java.specification.version", "1.1");
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
|
||||||
GCINCS = @GCINCS@
|
GCINCS = @GCINCS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
GCJVERSION = @GCJVERSION@
|
|
||||||
GCLIBS = @GCLIBS@
|
GCLIBS = @GCLIBS@
|
||||||
GCOBJS = @GCOBJS@
|
GCOBJS = @GCOBJS@
|
||||||
GCSPEC = @GCSPEC@
|
GCSPEC = @GCSPEC@
|
||||||
|
|
@ -121,7 +120,7 @@ ZINCS = @ZINCS@
|
||||||
ZLIBS = @ZLIBS@
|
ZLIBS = @ZLIBS@
|
||||||
ZLIBSPEC = @ZLIBSPEC@
|
ZLIBSPEC = @ZLIBSPEC@
|
||||||
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
||||||
glibcpp_CXX = @glibcpp_CXX@
|
glibjava_CXX = @glibjava_CXX@
|
||||||
here = @here@
|
here = @here@
|
||||||
libgcj_basedir = @libgcj_basedir@
|
libgcj_basedir = @libgcj_basedir@
|
||||||
mkinstalldirs = @mkinstalldirs@
|
mkinstalldirs = @mkinstalldirs@
|
||||||
|
|
@ -147,7 +146,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
all: all-redirect
|
all: all-redirect
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
@ -175,7 +174,7 @@ distdir: $(DISTFILES)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
cp -pr $$/$$file $(distdir)/$$file; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue