Prechádzať zdrojové kódy

Fix reference to shlibs.default.i386

Ben Collins 27 rokov pred
rodič
commit
7c9bc01b5b
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      Makefile.am
  2. 1 1
      autogen.sh

+ 1 - 1
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 \

+ 1 - 1
autogen.sh

@@ -15,7 +15,7 @@ cd utils
 aclocal -I ../automake
 autoheader
 automake --foreign
-autoconf
+autoconf -l ../
 
 # Return to the previous directory
 cd ..