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/acinclude.m4 | |
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/acinclude.m4')
-rw-r--r-- | libgfortran/acinclude.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/acinclude.m4 b/libgfortran/acinclude.m4 index 3af0c0ea476..3fe4e73a4f6 100644 --- a/libgfortran/acinclude.m4 +++ b/libgfortran/acinclude.m4 @@ -1,3 +1,6 @@ +m4_include(../config/acx.m4) +m4_include(../config/no-executables.m4) + dnl Check: dnl * If we have gettimeofday; dnl * If we have struct timezone for use in calling it; |