diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2005-03-21 18:01:47 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2005-03-21 18:01:47 +0000 |
commit | c69002727561c79e9cf16e165652a4bd99020611 (patch) | |
tree | 41a18ed2fa949c517a1cd0712cf0493320dd6bc6 /libffi/testsuite | |
parent | 83310f568883d4daceeb365fe86d44cdb24110ce (diff) | |
download | gcc-c69002727561c79e9cf16e165652a4bd99020611.tar.gz |
configure.ac: Do not invoke TL_AC_GCC_VERSION.
* configure.ac: Do not invoke TL_AC_GCC_VERSION.
Do not set tool_include_dir.
* aclocal.m4, configure, Makefile.in, testsuite/Makefile.in:
Regenerate.
* include/Makefile.am: Set gcc_version and toollibffidir.
* include/Makefile.in: Regenerate.
From-SVN: r96823
Diffstat (limited to 'libffi/testsuite')
-rw-r--r-- | libffi/testsuite/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libffi/testsuite/Makefile.in b/libffi/testsuite/Makefile.in index 86011871b0a..7d51981ae9e 100644 --- a/libffi/testsuite/Makefile.in +++ b/libffi/testsuite/Makefile.in @@ -40,7 +40,6 @@ subdir = testsuite DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../config/accross.m4 \ - $(top_srcdir)/../config/gcc-version.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -165,9 +164,6 @@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ exec_prefix = @exec_prefix@ -gcc_version = @gcc_version@ -gcc_version_full = @gcc_version_full@ -gcc_version_trigger = @gcc_version_trigger@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -193,7 +189,6 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -tool_include_dir = @tool_include_dir@ toolexecdir = @toolexecdir@ toolexeclibdir = @toolexeclibdir@ AUTOMAKE_OPTIONS = foreign dejagnu |