[CHANGESET] 3.1.50 tarball lacks m4 file

Rafael Laboissiere rafael at debian.org
Sat Jul 19 07:09:41 CDT 2008


The acx_blas_f77_func.m4 is lacking from the tarball, what makes "autoconf ;
./configure" fail.  Attached chageset fixes this.

-- 
Rafael
-------------- next part --------------
# HG changeset patch
# User Rafael Laboissiere <rafael at debian.org>
# Date 1216467547 -7200
# Node ID 628d9d326f418b702a951e285bae8e7d8f19dbfc
# Parent  09d7e27e01a51cdc5153350192c32c195dd62330
Include acx_blas_f77_func.m4 in the distribution tarball

diff -r 09d7e27e01a5 -r 628d9d326f41 octMakefile.in
--- a/octMakefile.in	Sat May 03 11:47:54 2008 +0200
+++ b/octMakefile.in	Sat Jul 19 13:39:07 2008 +0200
@@ -37,7 +37,8 @@ BUILT_CONF_DISTFILES = Makefile
 
 CONF_DISTFILES = Makefile.in octMakefile.in Makeconf.in \
 	configure configure.in config.guess config.sub aclocal.m4 \
-	acx_blas.m4 acx_lapack.m4 config.h.in install-sh autogen.sh
+	acx_blas.m4 acx_lapack.m4 acx_blas_f77_func.m4 \
+	config.h.in install-sh autogen.sh
 
 BUILT_DISTFILES = $(BUILT_CONF_DISTFILES) BUGS INSTALL.OCTAVE
 


More information about the Bug-octave mailing list