sniper          Mon Oct 21 19:41:38 2002 EDT

  Modified files:              
    /php4/ext/standard  config.m4 
  Log:
  Removed tabs and combined those multiple AC_CHECK_FUNCS calls to one.
  
  
Index: php4/ext/standard/config.m4
diff -u php4/ext/standard/config.m4:1.43 php4/ext/standard/config.m4:1.44
--- php4/ext/standard/config.m4:1.43    Mon Oct 21 12:07:21 2002
+++ php4/ext/standard/config.m4 Mon Oct 21 19:41:38 2002
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.43 2002/10/21 16:07:21 hholzgra Exp $ -*- sh -*-
+dnl $Id: config.m4,v 1.44 2002/10/21 23:41:38 sniper Exp $ -*- sh -*-
 
 divert(3)dnl
 
@@ -224,24 +224,22 @@
 ])
 
 AC_FUNC_FNMATCH        
-AC_CHECK_FUNCS(glob)
 
-AC_CHECK_FUNCS(strfmon)
-
-AC_CHECK_FUNCS(getopt_long getopt_long_only)
+AC_CHECK_FUNCS(glob strfmon getopt_long getopt_long_only)
 
 if test "$PHP_SAPI" = "cgi"; then
   AC_DEFINE(ENABLE_CHROOT_FUNC, 1, [Whether to enable chroot() function])
 fi
 
-PHP_NEW_EXTENSION(standard,    array.c base64.c basic_functions.c browscap.c crc32.c 
crypt.c cyr_convert.c datetime.c \
-       dir.c dl.c dns.c exec.c file.c filestat.c flock_compat.c \
-       formatted_print.c fsock.c head.c html.c image.c info.c iptc.c lcg.c \
-       link.c mail.c math.c md5.c metaphone.c microtime.c pack.c pageinfo.c \
-        parsedate.c quot_print.c rand.c reg.c soundex.c string.c scanf.c \
-       syslog.c type.c uniqid.c url.c url_scanner.c var.c versioning.c assert.c \
-       strnatcmp.c levenshtein.c incomplete_class.c url_scanner_ex.c \
-       ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrapper.c credits.c css.c \
-       var_unserializer.c ftok.c aggregation.c sha1.c )
+PHP_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c 
+crypt.c \
+                            cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c 
+filestat.c \
+                            flock_compat.c formatted_print.c fsock.c head.c html.c 
+image.c \
+                            info.c iptc.c lcg.c link.c mail.c math.c md5.c 
+metaphone.c \
+                            microtime.c pack.c pageinfo.c parsedate.c quot_print.c 
+rand.c \
+                            reg.c soundex.c string.c scanf.c syslog.c type.c uniqid.c 
+url.c \
+                            url_scanner.c var.c versioning.c assert.c strnatcmp.c 
+levenshtein.c \
+                            incomplete_class.c url_scanner_ex.c ftp_fopen_wrapper.c \
+                            http_fopen_wrapper.c php_fopen_wrapper.c credits.c css.c \
+                            var_unserializer.c ftok.c aggregation.c sha1.c )
 
 PHP_ADD_MAKEFILE_FRAGMENT



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to