fixing my crap

put build_date back on-line
This commit is contained in:
nlopess
2004-04-04 13:17:14 +00:00
parent 8d59145f9e
commit 271c599fdd

View File

@@ -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";;