shithub: libdvdcss

Download patch

ref: e33338ed892251f4b5f6fdc09662fe0a522f193a
parent: 9b1b0c2ee2b8d8fdf04a41f97c812e192a71bc64
author: Sam Hocevar <sam@videolan.org>
date: Wed Aug 11 19:26:35 EDT 2004

* Don't put autotools/ under revision control.


--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 SUBDIRS = src test doc
-DIST_SUBDIRS = $(SUBDIRS) debian autotools
+DIST_SUBDIRS = $(SUBDIRS) debian
 
 EXTRA_DIST = libdvdcss.spec bootstrap
 
--- a/bootstrap
+++ b/bootstrap
@@ -53,8 +53,8 @@
 
 # Remove old cruft
 rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh
-rm -Rf autom4te.cache
-(cd autotools && rm -f config.guess config.sub missing mkinstalldirs compile ltmain.sh depcomp install-sh)
+rm -Rf autom4te.cache autotools
+mkdir autotools
 
 ${libtoolize} --copy --force
 if test -f "ltmain.sh"; then
--- a/configure.ac
+++ b/configure.ac
@@ -198,7 +198,6 @@
 
 AC_OUTPUT([
   Makefile
-  autotools/Makefile
   debian/Makefile
   doc/Makefile
   src/Makefile