[Pkg-gnutls-commits] CVS gnutls8
Ivo Timmermans
ivo@quantz.debian.org
Tue, 13 Jan 2004 22:12:48 +0100
Update of /cvsroot/pkg-gnutls/gnutls8
In directory quantz:/tmp/cvs-serv5356
Modified Files:
rules
Log Message:
Use --add-missing instead of --force in the call to automake.
--- /cvsroot/pkg-gnutls/gnutls8/rules 2003/12/03 21:37:39 1.2
+++ /cvsroot/pkg-gnutls/gnutls8/rules 2004/01/13 21:12:48 1.3
@@ -27,5 +27,5 @@
post-patches::
cd $(DEB_SRCDIR) && chmod +x doc/scripts/sort1.pl doc/scripts/gdoc
- cd $(DEB_SRCDIR) && libtoolize --force --copy && aclocal && autoheader && automake --force --copy && autoconf
+ cd $(DEB_SRCDIR) && libtoolize --force --copy && aclocal && autoheader && automake --add-missing --copy && autoconf