Author: nicodvb Date: Sat Jun 7 19:52:27 2008 New Revision: 1088 Log: added PREREQ on libtool 1.4. Apparently this macro works only on v2.2+, but it seems harmless otherwise. Patch by Dan Nicholson
Modified: trunk/libdvdnav/configure.ac Modified: trunk/libdvdnav/configure.ac ============================================================================== --- trunk/libdvdnav/configure.ac (original) +++ trunk/libdvdnav/configure.ac Sat Jun 7 19:52:27 2008 @@ -106,6 +106,8 @@ AC_PROG_LN_S dnl -------------------------------------------------------------- dnl Libtool dnl -------------------------------------------------------------- +dnl LT_PREREQ only available in libtool-2.2+ +LT_PREREQ([1.4.0]) AC_LIBTOOL_DLOPEN AC_DISABLE_STATIC AC_PROG_LIBTOOL _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
