cvs: smarty /docs configure.in
"Nuno Lopes" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsnlopess1081084634@cvsserver> |
nlopess Sun Apr 4 09:17:14 2004 EDT
Modified files:
/smarty/docs configure.in
Log:
fixing my crap
put build_date back on-line
http://cvs.php.net/diff.php/smarty/docs/configure.in?r1=1.5&r2=1.6&ty=u
Index: smarty/docs/configure.in
diff -u smarty/docs/configure.in:1.5 smarty/docs/configure.in:1.6
--- smarty/docs/configure.in:1.5 Sat Apr 3 08:48:44 2004
+++ smarty/docs/configure.in Sun Apr 4 09:17:14 2004
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.5 2004/04/03 13:48:44 nlopess Exp $
+dnl $Id: configure.in,v 1.6 2004/04/04 13:17:14 nlopess Exp $
dnl autoconf initialisation
AC_INIT()
@@ -221,6 +221,7 @@
dnl {{{ language specific stuff
AC_MSG_CHECKING(for language)
+BUILD_DATE=`date '+%Y-%m-%d'`
AC_ARG_WITH(lang,
[ --with-lang=LANG choose a language to work with],[
@@ -243,6 +244,7 @@
AC_MSG_RESULT([en (default)])
])
AC_SUBST(LANG)
+AC_SUBST(BUILD_DATE)
case "$LANG" in
ru) ENCODING="windows-1251";;
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php