[CHANGESET] 3.1.50 tarball lacks m4 file
Rafael Laboissiere
rafael at debian.org
Sat Jul 19 07:51:19 CDT 2008
* Rafael Laboissiere <rafael at debian.org> [2008-07-19 14:09]:
> The acx_blas_f77_func.m4 is lacking from the tarball, what makes "autoconf ;
> ./configure" fail. Attached chageset fixes this.
Oops, forgot the ChangeLog entry. Consider the changeset attached below,
instead.
--
Rafael
-------------- next part --------------
# HG changeset patch
# User Rafael Laboissiere <rafael at debian.org>
# Date 1216471790 -7200
# Node ID 9bc39bc7af2f3aac10840f9ac09de06179f9eabf
# Parent d442963411171933e97f860e44ce426c14a81a1f
Include acx_blas_f77_func.m4 in the distribution tarball
diff -r d44296341117 -r 9bc39bc7af2f ChangeLog
--- a/ChangeLog Fri Jul 18 17:43:00 2008 -0400
+++ b/ChangeLog Sat Jul 19 14:49:50 2008 +0200
@@ -1,3 +1,8 @@ 2008-07-18 Carlo de Falco <carlo.defalco
+2008-07-19 Rafael Laboissiere <rafael at debia8n.org>
+
+ * octMakefile.in (CONF_DISTFILES) : Include acx_blas_f77_func.m4 in
+ the distribution tarball.
+
2008-07-18 Carlo de Falco <carlo.defalco at gmail.com>
* aclocal.m4: Search for gl.h and glu.h in OpenGL/ as well as in GL/.
diff -r d44296341117 -r 9bc39bc7af2f octMakefile.in
--- a/octMakefile.in Fri Jul 18 17:43:00 2008 -0400
+++ b/octMakefile.in Sat Jul 19 14:49:50 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