Author: dan
Date: Wed Jun 18 17:06:30 2008
New Revision: 1104

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/libdvdnav/configure.ac

Modified: trunk/libdvdnav/configure.ac
==============================================================================
--- trunk/libdvdnav/configure.ac        (original)
+++ trunk/libdvdnav/configure.ac        Wed Jun 18 17:06:30 2008
@@ -19,7 +19,7 @@ m4_define([dvdnav_pre],   [])
 
 AC_INIT([libdvdnav], [dvdnav_major.dvdnav_minor.dvdnav_sub[]dvdnav_pre])
 AC_CONFIG_SRCDIR([src/dvdnav.c])
-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