Re: AM_COND_IF for earlier Automake

2010-12-19 Thread Dave Hart
On Sun, Dec 19, 2010 at 14:13 UTC, Ralf Wildenhues wrote: > * Dave Hart wrote on Sun, Dec 19, 2010 at 02:47:58PM CET: >> On Sun, Dec 19, 2010 at 10:48 UTC, Ralf Wildenhues wrote: >> > * Dave Hart wrote on Sat, Dec 18, 2010 at 07:57:13PM CET: >> >> m4_ifndef([AM_COND_IF], [AC_DEFUN([AM_COND_IF], >>

Re: AM_COND_IF for earlier Automake

2010-12-19 Thread Ralf Wildenhues
* Dave Hart wrote on Sun, Dec 19, 2010 at 02:47:58PM CET: > On Sun, Dec 19, 2010 at 10:48 UTC, Ralf Wildenhues wrote: > > * Dave Hart wrote on Sat, Dec 18, 2010 at 07:57:13PM CET: > >> m4_ifndef([AM_COND_IF], [AC_DEFUN([AM_COND_IF], > >> [m4_ifndef([$1_TRUE], > >>          [m4_fatal([$0: no such co

Re: AM_COND_IF for earlier Automake

2010-12-19 Thread Dave Hart
On Sun, Dec 19, 2010 at 10:48 UTC, Ralf Wildenhues wrote: > Hi Dave, > * Dave Hart wrote on Sat, Dec 18, 2010 at 07:57:13PM CET: >> m4_ifndef([AM_COND_IF], [AC_DEFUN([AM_COND_IF], >> [m4_ifndef([$1_TRUE], >>          [m4_fatal([$0: no such condition "$1"])])dnl >> if test -z "$$1_TRUE"; then : >>

Re: AM_COND_IF for earlier Automake

2010-12-19 Thread Ralf Wildenhues
* Dave Hart wrote on Sat, Dec 18, 2010 at 05:59:17PM CET: > My package _does_ simply require Automake 1.11, as it is needed to get > correct results with our nested subpackages. See this unrequited > message: > > http://lists.gnu.org/archive/html/automake/2010-11/msg00135.html Yeah, sorry, haven

Re: AM_COND_IF for earlier Automake

2010-12-19 Thread Ralf Wildenhues
Hi Dave, * Dave Hart wrote on Sat, Dec 18, 2010 at 07:57:13PM CET: > I did not properly integrate Ralf's latest AM_COND_IF changes > considering Stefano's feedback about _AM_COND_VALUE_foo on older > Automake. 3rd time's charmed? > > m4_ifndef([AM_COND_IF], [AC_DEFUN([AM_COND_IF], > [m4_ifndef([

Re: support for a program that compile files (like yacc or lex support)

2010-12-19 Thread Ralf Wildenhues
Hello Vincent, * Vincent Torri wrote on Sat, Dec 18, 2010 at 08:52:59PM CET: > I saw in the automake doc a support for yacc and lex. I looked in > automake/am/ and saw 2 files, lex.am and yacc.am, which seem to > allow that support. > > We have a program that tranforms .edc files into .edj files,