diff options
author | Kevin Ryde <user42@zip.com.au> | 2007-01-15 22:54:26 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2007-01-15 22:54:26 +0000 |
commit | 329e03949c777c1e19a005177333d7dd632ac72c (patch) | |
tree | 46b41a418983855b8a2f8dd877ddcf21a4be3db4 | |
parent | a2c40dc7c0c52eaf6a58660a7c44665fdebba252 (diff) | |
download | guile-329e03949c777c1e19a005177333d7dd632ac72c.tar.gz |
merge from 1.8
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ab72bed9f..98b1c7e4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,10 @@ ## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth ## Floor, Boston, MA 02110-1301 USA -AUTOMAKE_OPTIONS = 1.5 +# want automake 1.10 or higher so that AM_GNU_GETTEXT can tell automake that +# config.rpath is needed +# +AUTOMAKE_OPTIONS = 1.10 SUBDIRS = oop libguile ice-9 guile-config guile-readline emacs \ scripts srfi doc examples test-suite benchmark-suite lang am |