X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fconfigure.ac;h=4c3efb1131269c091673a18a1d022076aa5563bd;hb=b6845a37c842070f70b8fbb98fb49c5e2cfc9644;hp=bb2122f67f1b2f6d857d82b40c8bc934e41c7f53;hpb=6fd61c4c7f3a6af098edfb9126e39f156e83ddf0;p=citadel.git diff --git a/webcit/configure.ac b/webcit/configure.ac index bb2122f67..4c3efb113 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -1,7 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ -AC_INIT([WebCit], [903], [http://www.citadel.org/]) - +AC_INIT([WebCit],m4_esyscmd_s([grep CLIENT_VERSION webcit.h | sed 's/[^0-9]*//g']),[http://uncensored.citadel.org]) AC_SUBST(PROG_SUBDIRS) AC_DEFINE(PROG_SUBDIRS, [], [Program dirs]) @@ -215,7 +214,6 @@ else AC_MSG_RESULT(webcit will be built without character set conversion.) fi - AC_CHECK_LIB(intl, libintl_bindtextdomain, [LDFLAGS="$LDFLAGS -lintl"])