Re: Prefer AM_CPPFLAGS to @CPPFLAGS@

2007-06-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Stepan Kasal on 6/11/2007 4:47 AM: Hello Ralf, On Sun, Jun 10, 2007 at 09:13:14AM +0200, Ralf Wildenhues wrote: -CPPFLAGS = -DDATADIR='$(datadir)' @@CPPFLAGS@@ +AM_CPPFLAGS = -DDATADIR='$(datadir)' Why not show both (the

Re: Binary Version for Mac OS X?

2007-06-22 Thread Thomas Dickey
On Thu, 21 Jun 2007, John W. Eaton wrote: On 21-Jun-2007, Bob Friesenhahn wrote: | You are correct that a strict interpretation of GPL v2 does not allow | GPLed software to be installed using anything other than an an | open-sourced installation program which is itself licenced for |

Re: Binary Version for Mac OS X?

2007-06-22 Thread Warren Young
herb wrote: Would it break any rules, such as the fact that the Mac OS X Installer program is proprietary software? Even though Installer is proprietary software, the package is not software at all, and installer is just opening it. Or is there not allowed to be any proprietary software in the

[GNU Autoconf-2.59] : testsuite: 10

2007-06-22 Thread Ibrahim Hassan
## - ##failed ## GNU Autoconf 2.59 test suite. ## ## - ## testsuite: command line was: $ ./testsuite ## --- ## ## ChangeLogs. ## ## --- ## testsuite: ../ChangeLog: | 2003-11-06 Akim Demaille [EMAIL PROTECTED] | | Version

Re: Autoconf and Solaris Lint

2007-06-22 Thread Jason Curl
Ralf Wildenhues wrote: * Jason Curl wrote on Wed, Jun 20, 2007 at 11:55:54PM CEST: I've searched in vain on the Web how I might run configure to use Solaris' 'lint' program. It appears that their 'lint' is very much like a compiler where it produces objects that can be linked together to form

Re: autotest strips trailing whitespace from expected stdout

2007-06-22 Thread Ralf Wildenhues
Hello Mike, * Mike Frysinger wrote on Fri, Jun 22, 2007 at 08:09:10AM CEST: i was converting another project to autotest when i hit a test failure due to trailing whitespace mismatch ... consider this: AT_SETUP(white) AT_CHECK([echo WHITESPACE: ], [0], [dnl WHITESPACE: ]) will result

Re: CVS Automake fails to make check with CVS Autoconf

2007-06-22 Thread Ralf Wildenhues
[ adding bug-autoconf; this is http://thread.gmane.org/gmane.comp.sysutils.automake.patches/2774 ] Hello Benoit, all, Thanks for the report. * Benoit Sigoure wrote on Sat, Jun 16, 2007 at 08:47:54AM CEST: when running HEAD's make check, I get a failure: + aclocal-1.10a -Werror

Re: [GNU Autoconf-2.59] : testsuite: 10

2007-06-22 Thread Paul Eggert
Ibrahim Hassan [EMAIL PROTECTED] writes: ## GNU Autoconf 2.59 test suite. ## 2.59 is pretty old. Please try again with 2.61. -AC_CONFIG_FILES([Makefile]) -AC_CONFIG_COMMANDS([default],[[echo $fubar]],[[fubar=$fubar]]) +AC_CONFIG_FILES([Makefile]) +AC_CONFIG_COMMANDS([default],[[echo

Re: CVS Automake fails to make check with CVS Autoconf

2007-06-22 Thread Paul Eggert
How about this (untested) patch to Automake? 2007-06-22 Paul Eggert [EMAIL PROTECTED] * tests/subst.test: Port to CVS autoconf. Problem reported by Benoit Sigoure in: http://lists.gnu.org/archive/html/automake-patches/2007-06/msg3.html ---

Re: Bug in gnulib-tools prevents bison from bootstrapping

2007-06-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adding bug-autoconf, this thread started here: http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00176.html Other lists can be trimmed in replies. According to Hans Aberg on 6/22/2007 7:37 AM: On 22 Jun 2007, at 14:55, according to Eric