diff options
author | Akim Demaille <akim@epita.fr> | 2001-08-27 08:57:54 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2001-08-27 08:57:54 +0000 |
commit | 6fc7423473dc4fa02dc71d5f3eb2685c4797af58 (patch) | |
tree | 8e4ccb329f65b538a2b003820ef371b390bfafad /Makefile.am | |
parent | 40a64a7a487a5a5e21d98ff6636b43a7170776d1 (diff) | |
download | bison-6fc7423473dc4fa02dc71d5f3eb2685c4797af58.tar.gz |
* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e09a0155..a62eb047 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- -AUTOMAKE_OPTIONS = 1.4 check-news readme-alpha +AUTOMAKE_OPTIONS = 1.5 check-news readme-alpha ACLOCAL_AMFLAGS = -I m4 |