summaryrefslogtreecommitdiff
path: root/ext/fdf
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-11-30 19:00:13 +0000
committerfoobar <sniper@php.net>2001-11-30 19:00:13 +0000
commitf1397d533969095577f9d11005015a1291b16568 (patch)
treeb2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/fdf
parente858d27888471107a4816d62033db785fab5f2da (diff)
downloadphp-git-f1397d533969095577f9d11005015a1291b16568.tar.gz
Unified the configure messages.
Diffstat (limited to 'ext/fdf')
-rw-r--r--ext/fdf/config.m48
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/fdf/config.m4 b/ext/fdf/config.m4
index b6569b6697..b05770eeb6 100644
--- a/ext/fdf/config.m4
+++ b/ext/fdf/config.m4
@@ -1,7 +1,9 @@
+dnl
dnl $Id$
+dnl
-PHP_ARG_WITH(fdftk, for fdftk support,
-[ --with-fdftk[=DIR] Include fdftk support])
+PHP_ARG_WITH(fdftk, for FDF support,
+[ --with-fdftk[=DIR] Include FDF support.])
if test "$PHP_FDFTK" != "no"; then
@@ -12,7 +14,7 @@ if test "$PHP_FDFTK" != "no"; then
done
if test -z "$FDFTK_DIR"; then
- AC_MSG_ERROR(FdfTk.h or fdftk.h not found. Please reinstall the fdftk distribution)
+ AC_MSG_ERROR(FdfTk.h or fdftk.h not found. Please reinstall the fdftk distribution.)
fi
PHP_ADD_INCLUDE($FDFTK_DIR/include)