helly Tue Dec 10 15:12:39 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/gd config.m4
Log:
MFH
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.120.2.4 php4/ext/gd/config.m4:1.120.2.5
--- php4/ext/gd/config.m4:1.120.2.4 Mon Nov 25 18:12:15 2002
+++ php4/ext/gd/config.m4 Tue Dec 10 15:12:38 2002
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.120.2.4 2002/11/25 23:12:15 iliaa Exp $
+dnl $Id: config.m4,v 1.120.2.5 2002/12/10 20:12:38 helly Exp $
dnl
dnl
@@ -12,12 +12,12 @@
if test -z "$PHP_JPEG_DIR"; then
PHP_ARG_WITH(jpeg-dir, for the location of libjpeg,
- [ --with-jpeg-dir=DIR GD: Set the path to libjpeg install prefix.], no, no)
+ [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix.], no, no)
fi
if test -z "$PHP_PNG_DIR"; then
PHP_ARG_WITH(png-dir, for the location of libpng,
- [ --with-png-dir=DIR GD: Set the path to libpng install prefix.], no, no)
+ [ --with-png-dir[=DIR] GD: Set the path to libpng install prefix.], no, no)
fi
if test -z "$PHP_ZLIB_DIR"; then
@@ -26,13 +26,13 @@
fi
PHP_ARG_WITH(xpm-dir, for the location of libXpm,
-[ --with-xpm-dir=DIR GD: Set the path to libXpm install prefix.], no, no)
+[ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix.], no, no)
PHP_ARG_WITH(ttf, for FreeType 1.x support,
[ --with-ttf[=DIR] GD: Include FreeType 1.x support], no, no)
PHP_ARG_WITH(freetype-dir, for FreeType 2,
-[ --with-freetype-dir=DIR GD: Set the path to FreeType 2 install prefix.], no, no)
+[ --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix.], no, no)
PHP_ARG_WITH(t1lib, for T1lib support,
[ --with-t1lib[=DIR] GD: Include T1lib support.], no, no)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php