diff options
author | Keith Packard <keithp@keithp.com> | 2008-05-03 20:23:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-05-03 20:23:37 -0700 |
commit | 19d124dc4f9a68e1c9ddce58bf79a5e11d2ccbfd (patch) | |
tree | 3daf1f9d5701c74430d508cf5198cf9a27852bed /fontconfig-zip.in | |
parent | 0028f72bc818ca3bc343383fb644765ae12ce769 (diff) |
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.
Diffstat (limited to 'fontconfig-zip.in')
-rwxr-xr-x | fontconfig-zip.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig-zip.in b/fontconfig-zip.in index 4b36438..ba6fd4a 100755 --- a/fontconfig-zip.in +++ b/fontconfig-zip.in @@ -10,7 +10,7 @@ DEVZIP=/tmp/fontconfig-dev-@VERSION@.zip cd @prefix@ rm -f $ZIP zip $ZIP -@ <<EOF -bin/libfontconfig-@LT_CURRENT_MINUS_AGE@.dll +bin/libfontconfig-@LIBT_CURRENT_MINUS_AGE@.dll etc/fonts/fonts.conf EOF |