[DVDnav-discuss] r1107 - in trunk/libdvdread: Makefile.am configure.ac

dan subversion at mplayerhq.hu
Wed Jun 18 17:14:40 CEST 2008


Author: dan
Date: Wed Jun 18 17:14:40 2008
New Revision: 1107

Log:
Drop depcomp hack now that automake-1.6 is required

The hack to distribute the depcomp script needed for automake versions
before 1.5 can be dropped since 1.6 is required now.


Modified:
   trunk/libdvdread/Makefile.am
   trunk/libdvdread/configure.ac

Modified: trunk/libdvdread/Makefile.am
==============================================================================
--- trunk/libdvdread/Makefile.am	(original)
+++ trunk/libdvdread/Makefile.am	Wed Jun 18 17:14:40 2008
@@ -17,15 +17,14 @@ EXTRA_DIST = autogen.sh \
 	     missing \
 	     mkinstalldirs \
 	     README \
-	     TODO \
-	     $(DEPCOMP)
+	     TODO
 
 MOSTLYCLEANFILES += $(PACKAGE)_$(VERSION).tar.gz \
 	$(distdir).tar.gz $(PACKAGE).tgz package_descriptions
 
 MAINTAINERCLEANFILES += configure $(ACLOCAL_M4) config.h.in \
 	ltmain.sh config.guess config.sub install-sh missing \
-	mkinstalldirs $(DEPCOMP)
+	mkinstalldirs
 
 world:
 	@$(MAKE) clean all install 2> warnings.log

Modified: trunk/libdvdread/configure.ac
==============================================================================
--- trunk/libdvdread/configure.ac	(original)
+++ trunk/libdvdread/configure.ac	Wed Jun 18 17:14:40 2008
@@ -196,14 +196,6 @@ INCLUDES='-I$(top_srcdir) $(DVDREAD_CFLA
 AC_SUBST(INCLUDES)
 
 dnl ---------------------------------------------
-dnl It seems automake 1.5 don't take care about this script
-dnl ---------------------------------------------
-if test ! -z $am_depcomp; then
-	DEPCOMP="depcomp"
-fi
-AC_SUBST(DEPCOMP)
-
-dnl ---------------------------------------------
 dnl Output configuration files
 dnl ---------------------------------------------
 AC_OUTPUT([



More information about the DVDnav-discuss mailing list