]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] rename: define_pretty_variable -> define_cond_variable()
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 19 May 2012 21:06:27 +0000 (23:06 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 31 May 2012 08:34:22 +0000 (10:34 +0200)
commit6175558fe19b623b6d45d7b152c2a876203a2acb
tree12b21a06e15015fac9fb3844a8862310eb4b36dc
parent717290ae67bb74a7deb589da77272aa5000cbd87
[ng] rename: define_pretty_variable -> define_cond_variable()

The new name is more appropriate, now that there is no more
distinction between variables "pretty printed" and "printed
as is".

* automake.in (define_pretty_variable): Rename ...
(define_cond_variable): ... to this.
(handle_ltlibraries): Adjust (yes, this was the only caller!)

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in