diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-02 21:32:56 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-02 21:32:56 +0200 |
| commit | e8ed1017f752aa3bd58673f32a05622b7c852914 (patch) | |
| tree | 9dba04e24c08dbb65334dc88311768ad37da0079 | |
| parent | bcea2fcf231d4ab053d17325b53393e1040eee6c (diff) | |
| download | xine-lib-e8ed1017f752aa3bd58673f32a05622b7c852914.tar.gz xine-lib-e8ed1017f752aa3bd58673f32a05622b7c852914.tar.bz2 | |
The autogen.sh checks for at least 1.8, and indeed at least version 1.6 does not work, so 1.3 is a very optimistic version to ask as a minimum.
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 474b96141..0b8e0e368 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -AUTOMAKE_OPTIONS = 1.3 no-dist-gzip dist-bzip2 +AUTOMAKE_OPTIONS = 1.8 no-dist-gzip dist-bzip2 ACLOCAL_AMFLAGS = -I m4 |
