[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc / configure.in
From:       "Philip Olson" <philip () php ! net>
Date:       2008-06-15 0:31:29
Message-ID: cvsphilip1213489889 () cvsserver
[Download RAW message or body]

philip		Sun Jun 15 00:31:29 2008 UTC

  Modified files:              
    /phpdoc	configure.in 
  Log:
  Strongly deprecate (error out) autoconf/make for those accidently using this.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.250&r2=1.251&diff_format=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.250 phpdoc/configure.in:1.251
--- phpdoc/configure.in:1.250	Sun Jun  1 23:02:45 2008
+++ phpdoc/configure.in	Sun Jun 15 00:31:29 2008
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.250 2008/06/01 23:02:45 hholzgra Exp $
+dnl $Id: configure.in,v 1.251 2008/06/15 00:31:29 philip Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -7,6 +7,11 @@
 AC_SUBST(SRCDIR)
 AC_SUBST(WORKDIR)
 
+dnl :: The autoconf and make tools are deprecated.
+dnl :: All you need now is a recent version of PHP.
+echo "Do not use configure or make to build or validate the PHP Manual sources.";
+AC_MSG_ERROR([Instead, use "php configure.php -h"])
+
 dnl debug output
 echo "file versions"
 for file in $srcdir/*.in; do



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic