autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tabs in configure.in?


From: Akim Demaille
Subject: Re: tabs in configure.in?
Date: 26 Apr 2001 18:42:50 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

|  The way it is now, their code is highly fragile, because it presumes
|  a particular formatting of AC_OUTPUT. It breaks on
| 
| po/Makfile.in.in\n
| \tpo/Makefile.in.in
| \tpo/Makefile.in.in\tfoo/Makefile.in

Yep.  Looping is probably the best (after AC_CONFIG_FILES).  Or

case " "`echo $CONFIG_FILES`" " in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]