Commit bdbc5fa0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Fixed the configure script of the latest revision

yes, if you hard-code a path and you change it, you'll need to adapt the path manually...
parent 0a55d7f0
Index: configure.ac
===================================================================
--- configure.ac (revision 1157)
--- configure.ac (revision 1162)
+++ configure.ac (working copy)
@@ -18,7 +18,7 @@
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)
@@ -137,27 +137,59 @@
dnl ---------------------------------------------
dnl dynamic linker
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment