diff options
| author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 05:36:35 +0000 |
|---|---|---|
| committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 05:36:35 +0000 |
| commit | 56e89c85c477d4d4492d2cfc3a5d5d7522e8b3eb (patch) | |
| tree | 733a4018574f2464939f45e82d97459bca92584e /libjava/include | |
| parent | a98d515a033ae2ee8170f7ad8f064cbb818a9e32 (diff) | |
| download | ppe42-gcc-56e89c85c477d4d4492d2cfc3a5d5d7522e8b3eb.tar.gz ppe42-gcc-56e89c85c477d4d4492d2cfc3a5d5d7522e8b3eb.zip | |
* configure.in: Use target_noncanonical rather than
target_alias for forward-compatibility with autoconf 2.59.
* configure: Regenerate.
* Makefile.am, gcj/Makefile.am, include/Makefile.am,
testsuite/Makefile.am: Substitute target_noncanonical.
* Makefile.in, gcj/Makefile.in, include/Makefile.in,
testsuite/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84802 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/Makefile.am | 3 | ||||
| -rw-r--r-- | libjava/include/Makefile.in | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/libjava/include/Makefile.am b/libjava/include/Makefile.am index 8c0814abb1b..64c87a85f36 100644 --- a/libjava/include/Makefile.am +++ b/libjava/include/Makefile.am @@ -2,4 +2,7 @@ AUTOMAKE_OPTIONS = foreign +# autoconf2.13's target_alias +target_noncanonical = @target_noncanonical@ + include_HEADERS = jni.h jvmpi.h diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index d0c2090f9dd..68f9e9afceb 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/Makefile.in @@ -71,6 +71,7 @@ CAIRO_LIBS = @CAIRO_LIBS@ CC = @CC@ CHECKREFSPEC = @CHECKREFSPEC@ COMPPATH = @COMPPATH@ +CPP = @CPP@ CXX = @CXX@ CXXCPP = @CXXCPP@ DIRLTDL = @DIRLTDL@ @@ -91,6 +92,7 @@ GCSPEC = @GCSPEC@ GCTESTSPEC = @GCTESTSPEC@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GNATBIND = @GNATBIND@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HASH_SYNC_SPEC = @HASH_SYNC_SPEC@ @@ -110,6 +112,7 @@ LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@ LIBICONV = @LIBICONV@ LIBLTDL = @LIBLTDL@ LIBTOOL = @LIBTOOL@ +LN = @LN@ LN_S = @LN_S@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ @@ -139,11 +142,16 @@ ZINCS = @ZINCS@ ZLIBS = @ZLIBS@ ZLIBSPEC = @ZLIBSPEC@ ZLIBTESTSPEC = @ZLIBTESTSPEC@ +build_subdir = @build_subdir@ +do_compare = @do_compare@ gcc_version = @gcc_version@ glibjava_CXX = @glibjava_CXX@ here = @here@ +host_subdir = @host_subdir@ libgcj_basedir = @libgcj_basedir@ mkinstalldirs = @mkinstalldirs@ +ncn_cv_ = @ncn_cv_@ +target_subdir = @target_subdir@ tool_include_dir = @tool_include_dir@ toolexecdir = @toolexecdir@ toolexeclibdir = @toolexeclibdir@ @@ -151,6 +159,9 @@ toolexecmainlibdir = @toolexecmainlibdir@ AUTOMAKE_OPTIONS = foreign +# autoconf2.13's target_alias +target_noncanonical = @target_noncanonical@ + include_HEADERS = jni.h jvmpi.h CONFIG_HEADER = config.h ../gcj/libgcj-config.h CONFIG_CLEAN_FILES = |

