Ahh, crap. Seems like my newly installed redhat behaves strangely with special chars... BTW I was unable to make any visual CVS tool work properly on it (tried: cervisia, lincvs, meld with different success levels, but none of them really worked (I was unable to make a commit, or check a change).

It would be nice if someone would be so kind and fix the special chars here...

Thanks,
Goba

Gabor Hojtsy wrote:
goba Tue Aug 12 07:24:27 2003 EDT

Modified files: /phpdoc configure.in Log:
Add force option to rm so it won't complain on the first run, when the file is not there
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.196 phpdoc/configure.in:1.197
--- phpdoc/configure.in:1.196 Fri Jun 27 18:59:20 2003
+++ phpdoc/configure.in Tue Aug 12 07:24:27 2003
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.196 2003/06/27 22:59:20 tom Exp $
+dnl $Id: configure.in,v 1.197 2003/08/12 11:24:27 goba Exp $
dnl autoconf initialisation
AC_INIT()
@@ -670,14 +670,14 @@
de) PALMDOCTITLE="'PHP Handbuch'";;
es) PALMDOCTITLE="'Manual de PHP'";;
fr) PALMDOCTITLE="'Manuel PHP'";;
- hu) PALMDOCTITLE="'PHP Kézikönyv'";;
+ hu) PALMDOCTITLE="'PHP Kézikönyv'";;
it) PALMDOCTITLE="'Manuale PHP'";;
nl) PALMDOCTITLE="'PHP Handleiding'";;
- pl) PALMDOCTITLE="'Podrêcznik PHP'";;
+ pl) PALMDOCTITLE="'Podrêcznik PHP'";;
pt_BR) PALMDOCTITLE="'Manual do PHP'";;
ro) PALMDOCTITLE="'Manual PHP'";;
# tr) PALMDOCTITLE="";;
- zh_hk) PALMDOCTITLE="PHP ¤â¥U";;
+ zh_hk) PALMDOCTITLE="PHP €â¥U";;
*) PALMDOCTITLE="'PHP Manual'";;
esac
AC_SUBST(PALMDOCTITLE)
@@ -766,7 +766,7 @@
dnl {{{ create default empty phpweb.ent file
-rm ./entities/phpweb.ent
+rm -f ./entities/phpweb.ent
touch ./entities/phpweb.ent
dnl }}}






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



Reply via email to