autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf Data Representation


From: Alexandre Duret-Lutz
Subject: Re: Autoconf Data Representation
Date: 06 Dec 2001 10:32:23 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

>>> "Paul" == Paul Eggert <address@hidden> writes:

 >> From: Ryan Collins <address@hidden>
 >> Date: Wed, 5 Dec 2001 03:35:25 -0500 (EST)
 >> 
 >> @INSTALL_atom@ -->  "/usr/bin/install -c"
 >> @INSTALL_list@ -->  '("/usr/bin/install" "-c")

 Paul> An interesting idea.  Hmm, wouldn't it be better to use a syntax that
 Paul> doesn't infringe on the user name space?  Also, something where the
 Paul> terminology isn't scsh-specific, and where the semantics are easier to
 Paul> grok instantly.  For example, how about using the following syntax
 Paul> instead?

 Paul> @INSTALL@ --> /usr/bin/install -c
 Paul> @"INSTALL"@ -> "/usr/bin/install -c"
 Paul> @("INSTALL")@ -> ("/usr/bin/install" "-c")

What's wrong with the following syntax?

 @INSTALL@
 "@INSTALL@"
 (string-split "@INSTALL@" #\space) ;; or whatever this function is called

That way, no Autoconf modification is needed :)

[...]

-- 
Alexandre Duret-Lutz



reply via email to

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