]> git.wh0rd.org - fontconfig.git/commitdiff
Deal with libtool 2.2 which doesn't let us use LT_ variables. (bug 15692)
authorKeith Packard <keithp@keithp.com>
Sun, 4 May 2008 03:23:37 +0000 (20:23 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 4 May 2008 03:23:37 +0000 (20:23 -0700)
Libtool-2.2 introduces new restrictions. So now it does not allow LT_*
variables as it includes marcros:

m4_pattern_forbid([^_?LT_[A-Z_]+$])

Rename the LT_ variables to LIBT_ to work around this restriction.


No differences found