diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 03:49:25 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 03:49:25 +0000 |
commit | 6745c9de2166f71c2e8f5372f7c388765c15fb0e (patch) | |
tree | 3745305a1ffc658416672a332dc20864e50959f4 /libgfortran/Makefile.am | |
parent | e9846fd85639ccc299e07d59f6bd8d2549f71d44 (diff) | |
download | gcc-6745c9de2166f71c2e8f5372f7c388765c15fb0e.tar.gz |
2004-11-05 Kelley Cook <kcook@gcc.gnu.org>
* acinclude.m4: Properly quote AC_CACHE_CHECK.
* Makefile.am: Add in ACLOCAL_AMFLAGS.
* aclocal.m4, configure, Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90114 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r-- | libgfortran/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index 5be4b9f0fd8..9a0b3b352c1 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -3,6 +3,7 @@ ## We like to use C99 routines when available. This makes sure that ## __STDC_VERSION__ is set such that libc includes make them available. AM_CFLAGS = -std=gnu99 +ACLOCAL_AMFLAGS = -I ../config toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la |