[DVDnav-discuss] r1163 - trunk/libdvdread/configure.ac
Dan Nicholson
dbn.lists at gmail.com
Wed Jan 7 18:42:21 CET 2009
On Wed, Jan 7, 2009 at 9:26 AM, Krzysztof Duchnowski <amidk75 at gmail.com> wrote:
> reimar pisze:
>> Author: reimar
>> Date: Wed Jan 7 18:14:23 2009
>> New Revision: 1163
>
>> Log:
>> Fix path to dvd_reader.h
>
>> Modified:
>> trunk/libdvdread/configure.ac
>
>> Modified: trunk/libdvdread/configure.ac
>> ==============================================================================
>> --- trunk/libdvdread/configure.ac Wed Dec 31 09:43:03 2008 (r1162)
>> +++ trunk/libdvdread/configure.ac Wed Jan 7 18:14:23 2009 (r1163)
>> @@ -18,7 +18,7 @@ m4_define([dvdread_sub], [3])
>> m4_define([dvdread_pre], [])
>
>> AC_INIT([libdvdread], [dvdread_major.dvdread_minor.dvdread_sub[]dvdread_pre])
>> -AC_CONFIG_SRCDIR([src/dvd_reader.h])
>> +AC_CONFIG_SRCDIR([src/dvdread/dvd_reader.h])
>> AM_INIT_AUTOMAKE([1.6])
>
>> dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
>
>
> OK. Now it compile.
>
>
> On another note durring "autogen.sh" I have something like this:
>
> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
> libtoolize: rerunning libtoolize, to keep the correct libtool macros
> in-tree.
> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
>
> Is this important?
It means you're using libtool-2.2. In the future, dvdnav could move to
storing the libtool macros in the repository, but it's perfectly fine
to use them from the system as they are now.
--
Dan
More information about the DVDnav-discuss
mailing list