summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-09 13:50:11 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-09 13:50:11 +0000
commit4c82c0ddc22413cab9a741b3edf5f108b57a6389 (patch)
tree7211a5585870f91f57adfacb2b999b620de36cbb /libgfortran/ChangeLog
parent05b58257e969e5c4451d944bddfa44f0f389b104 (diff)
downloadgcc-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/ChangeLog')
-rw-r--r--libgfortran/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 1810d224bfa..a47e0028e97 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,13 @@
+2005-12-09 Jakub Jelinek <jakub@redhat.com>
+
+ 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.
+
2005-12-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/25039