[PHP-CVS] cvs: php4 /ext/gd config.m4

2001-04-19 Thread Wez Furlong
wez Thu Apr 19 07:16:09 2001 EDT Modified files: /php4/ext/gdconfig.m4 Log: Patch from Adam Dickmeiss to make configure detect libtff again. Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.57 php4/ext/gd/config.m4:1.58 --- php4/ext/g

[PHP-CVS] cvs: php4 /ext/gd config.m4

2001-04-16 Thread Wez Furlong
wez Mon Apr 16 18:02:37 2001 EDT Modified files: /php4/ext/gdconfig.m4 Log: Fixed lame attempt to prevent ttf linkage when using freetype2 Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.56 php4/ext/gd/config.m4:1.57 --- php4/ext/gd/

Re: [PHP-CVS] cvs: php4 /ext/gd config.m4

2001-04-16 Thread Sascha Schumann
> + > + if test "$with_freetype_dir" != "no" ; then > + CHECK_TTF="" > + else > +CHECK_TTF="$withval" > + fi > + Can you describe in plain words what this is supposed to do? Note that $withval is not defined outside the scope of AC_ARG_WITH(..). - Sascha

[PHP-CVS] cvs: php4 /ext/gd config.m4

2001-04-13 Thread Wez Furlong
wez Fri Apr 13 17:15:26 2001 EDT Modified files: /php4/ext/gdconfig.m4 Log: When using freetype2, turn off libttf and turn on native gd ttf. Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.55 php4/ext/gd/config.m4:1.56 --- php4/ext/g

[PHP-CVS] cvs: php4 /ext/gd config.m4 gd.c php_gd.h

2001-04-13 Thread Wez Furlong
wez Fri Apr 13 05:00:12 2001 EDT Modified files: /php4/ext/gdconfig.m4 gd.c php_gd.h Log: Added GD 2.0.1 support. Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.54 php4/ext/gd/config.m4:1.55 --- php4/ext/gd/config.m4:1.54 Tue Mar