]> git.wh0rd.org - fontconfig.git/commit - fontconfig-zip.in
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)
commit19d124dc4f9a68e1c9ddce58bf79a5e11d2ccbfd
tree3daf1f9d5701c74430d508cf5198cf9a27852bed
parent0028f72bc818ca3bc343383fb644765ae12ce769
Deal with libtool 2.2 which doesn't let us use LT_ variables. (bug 15692)

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.
configure.in
fontconfig-zip.in
src/Makefile.am