Browse Source

* Minor cosmetic change in the configure output.

pull/1/head
Sam Hocevar sam 18 years ago
parent
commit
d0755d80a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -56,7 +56,7 @@ PKG_CHECK_MODULES(cucul, cucul >= 0.99.beta9,
[AC_MSG_RESULT(no)
AC_MSG_ERROR([you need libcucul version 0.99.beta9 or later])])

AC_CACHE_CHECK([for build date],
AC_CACHE_CHECK([for release date],
[ac_build_date],
[stamp="$(sed -ne 's/# \$Id: .*\(....-..-..\).*/\1/p;q' configure.ac)"
if date +"%e %B %Y" -d "$stamp" >/dev/null 2>&1; then


Loading…
Cancel
Save