From: Ben Collins Date: Mon, 18 Oct 1999 20:56:02 +0000 (+0000) Subject: Fix reference to shlibs.default.i386 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9bc01b5bd4ad88468a60a6174534ea503bbad4;p=dpkg Fix reference to shlibs.default.i386 --- diff --git a/Makefile.am b/Makefile.am index 335f07a7..236ee9c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/autogen.sh b/autogen.sh index 91b39e67..6eef779c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,7 +15,7 @@ cd utils aclocal -I ../automake autoheader automake --foreign -autoconf +autoconf -l ../ # Return to the previous directory cd ..