mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixing my crap
put build_date back on-line
This commit is contained in:
@@ -221,6 +221,7 @@ dnl }}}
|
||||
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_ARG_WITH(lang,
|
||||
AC_MSG_RESULT([en (default)])
|
||||
])
|
||||
AC_SUBST(LANG)
|
||||
AC_SUBST(BUILD_DATE)
|
||||
|
||||
case "$LANG" in
|
||||
ru) ENCODING="windows-1251";;
|
||||
|
Reference in New Issue
Block a user