Explorar o código

Fix reference to shlibs.default.i386

Ben Collins %!s(int64=27) %!d(string=hai) anos
pai
achega
7c9bc01b5b
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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 \
 DISTDEBFILES		= 50dpkg-dev.el changelog control copyright \
 			  dev-README postinst preinst prerm rules \
 			  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 \
 MAINTCLEANFILES		= Makefile.in aclocal.m4 config.guess \
 			  config.h.in config.sub configure install-sh \
 			  config.h.in config.sub configure install-sh \

+ 1 - 1
autogen.sh

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