]> err.no Git - dpkg/commitdiff
Fix reference to shlibs.default.i386
authorBen Collins <bcollins@debian.org>
Mon, 18 Oct 1999 20:56:02 +0000 (20:56 +0000)
committerBen Collins <bcollins@debian.org>
Mon, 18 Oct 1999 20:56:02 +0000 (20:56 +0000)
Makefile.am
autogen.sh

index 335f07a788f01c64abeec0da7fa1d9646ec15cab..236ee9c51c074dc36470222e80cb22c9cbe97054 100644 (file)
@@ -45,7 +45,7 @@ MAINTAINERCLEANFILES  = libtool
 
 DISTDEBFILES           = 50dpkg-dev.el changelog control copyright \
                          dev-README postinst preinst prerm rules \
-                         shlibs shlibs.default.i386 shlibs.local
+                         shlibs shlibs.default.templates shlibs.local
 
 MAINTCLEANFILES                = Makefile.in aclocal.m4 config.guess \
                          config.h.in config.sub configure install-sh \
index 91b39e679dedc91fec9351ef423b5cfa8fa24fbf..6eef779c06b926e76e2e6ca7fe7010766e0232b1 100755 (executable)
@@ -15,7 +15,7 @@ cd utils
 aclocal -I ../automake
 autoheader
 automake --foreign
-autoconf
+autoconf -l ../
 
 # Return to the previous directory
 cd ..