diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-10 15:43:36 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-10 15:43:36 -0400 |
commit | 09004f653ee4f4c694260fe9792e9311a657f1ea (patch) | |
tree | d93b75389167a15eecdd9c609998c095959427dd | |
parent | 3d1f377ffb8343dea5311ff5f5cf9cd7908fb0df (diff) | |
download | xine-lib-09004f653ee4f4c694260fe9792e9311a657f1ea.tar.gz xine-lib-09004f653ee4f4c694260fe9792e9311a657f1ea.tar.bz2 |
Change AUTOMAKE_OPTIONS to require automake 1.9 rather than 1.8
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2b82d1bdc..548f93312 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -AUTOMAKE_OPTIONS = 1.8 no-dist-gzip dist-bzip2 +AUTOMAKE_OPTIONS = 1.9 no-dist-gzip dist-bzip2 ACLOCAL_AMFLAGS = -I m4 |