nlopess Sat Apr 3 14:22:44 2004 EDT
Modified files:
/livedocs config.php.in configure.in
Log:
reverting my patch to select default language
this will be done trhough mirror' options
http://cvs.php.net/diff.php/livedocs/config.php.in?r1=1.7&r2=1.8&ty=u
Index: livedocs/config.php.in
diff -u livedocs/config.php.in:1.7 livedocs/config.php.in:1.8
--- livedocs/config.php.in:1.7 Sun Mar 21 13:35:55 2004
+++ livedocs/config.php.in Sat Apr 3 14:22:43 2004
@@ -19,9 +19,9 @@
// | the ./configure call |
// +----------------------------------------------------------------------+
//
-// $Id: config.php.in,v 1.7 2004/03/21 18:35:55 nlopess Exp $
+// $Id: config.php.in,v 1.8 2004/04/03 19:22:43 nlopess Exp $
-define('FALLBACK_LANG', '@DEFAULTLANG@');
+define('FALLBACK_LANG', 'en');
define('PHPDOC', '@PHPDOCFORPHP@');
define('LIVEDOCS', '@LIVEDOCSFORPHP@');
define('OUTPUTDIR', '@OUTPUTDIRFORPHP@');
@@ -31,4 +31,3 @@
define('LANGUAGES', '@LANGUAGES@');
define('THEME_NAME', '@THEMENAME@');
define('BUILD_TYPE', '@BUILDTYPE@');
-
http://cvs.php.net/diff.php/livedocs/configure.in?r1=1.23&r2=1.24&ty=u
Index: livedocs/configure.in
diff -u livedocs/configure.in:1.23 livedocs/configure.in:1.24
--- livedocs/configure.in:1.23 Mon Mar 29 06:14:24 2004
+++ livedocs/configure.in Sat Apr 3 14:22:43 2004
@@ -1,5 +1,5 @@
## A configure script
-## $Id: configure.in,v 1.23 2004/03/29 11:14:24 didou Exp $
+## $Id: configure.in,v 1.24 2004/04/03 19:22:43 nlopess Exp $
AC_PREREQ(2.13)
AC_INIT(livedoc.php)
@@ -59,10 +59,6 @@
[THEMENAME="$withval"],
[THEMENAME="default"])
-AC_ARG_WITH(default-lang,[ --with-default-lang[=LANG] Default language
[default=en]],
- [DEFAULTLANG="$withval"],
- [DEFAULTLANG="en"])
-
AC_ARG_WITH(docs,[ --with-docs[=DIR] Docs location
[default=/dat/dev/php/phpdoc-all]],
[PHPDOC="$withval"],
[PHPDOC="/dat/dev/php/phpdoc-all"])