diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-23 13:58:48 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-23 13:58:48 +0000 |
commit | 5d6e7b7a4558963c881d184c0a0997e00dc59e47 (patch) | |
tree | 4b2d0ee678ba8941fb055f229ef597d4e6e40d4d /libf2c/configure.in | |
parent | 5170365cf2d0ea0c042d01fc71a11967705aaf0b (diff) | |
download | gcc-5d6e7b7a4558963c881d184c0a0997e00dc59e47.tar.gz |
* configure.in: Use AC_PREREQ(2.12.1).
* libF77/configure.in: Likewise.
* libI77/configure.in: Likewise.
* libU77/configure.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/configure.in')
-rw-r--r-- | libf2c/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libf2c/configure.in b/libf2c/configure.in index dbe069a11e5..1362431bbca 100644 --- a/libf2c/configure.in +++ b/libf2c/configure.in @@ -19,6 +19,7 @@ #the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #02111-1307, USA. +AC_PREREQ(2.12.1) AC_INIT(libF77/Version.c) if test "${srcdir}" = "." ; then |