Author: dan
Date: Wed Jun 18 17:14:38 2008
New Revision: 1106

Log:
Restore previous automake version 1.6 prerequisite

Automake version 1.6 had been specified in AUTOMAKE_OPTIONS in the
top-level Makefile, but was inadvertently changed to 1.3 when
configure.ac was rewritten.


Modified:
   trunk/libdvdread/configure.ac

Modified: trunk/libdvdread/configure.ac
==============================================================================
--- trunk/libdvdread/configure.ac       (original)
+++ trunk/libdvdread/configure.ac       Wed Jun 18 17:14:38 2008
@@ -19,7 +19,7 @@ m4_define([dvdread_pre],   [])
 
 AC_INIT([libdvdread], [dvdread_major.dvdread_minor.dvdread_sub[]dvdread_pre])
 AC_CONFIG_SRCDIR([src/dvd_reader.h])
-AM_INIT_AUTOMAKE([1.3])
+AM_INIT_AUTOMAKE([1.6])
 
 dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
 AC_CONFIG_HEADERS([config.h])
_______________________________________________
DVDnav-discuss mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss

Reply via email to