diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-09 13:50:11 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-09 13:50:11 +0000 |
commit | 4c82c0ddc22413cab9a741b3edf5f108b57a6389 (patch) | |
tree | 7211a5585870f91f57adfacb2b999b620de36cbb /libgfortran/configure.ac | |
parent | 05b58257e969e5c4451d944bddfa44f0f389b104 (diff) | |
download | gcc-4c82c0ddc22413cab9a741b3edf5f108b57a6389.tar.gz |
PR libfortran/24991
* acinclude.m4: Include acx.m4 and no-executables.m4.
* configure.ac: Add GCC_TOPLEVEL_SUBDIRS.
* configure: Rebuilt.
* Makefile.am (AM_CPPFLAGS): Use $(host_subdir) in build dir
path.
* Makefile.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108280 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r-- | libgfortran/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac index cba9918ecbc..eebf7d87682 100644 --- a/libgfortran/configure.ac +++ b/libgfortran/configure.ac @@ -4,6 +4,7 @@ AC_PREREQ(2.59) AC_INIT([GNU Fortran Runtime Library], 0.2,,[libgfortran]) AC_CONFIG_HEADER(config.h) +GCC_TOPLEV_SUBDIRS # ------- # Options |