X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fconfigure.ac;h=8cc9c27f3c15ff24bdace33806d59cf7bf2e0f53;hb=37cdd9932e7854c7bde2b83a0b4f5f6aad105306;hp=6f74bdcbad149b1ba5660e5c0904731cb0a31859;hpb=a845b4fa9330e996a5cc62fdc5347ac982e855bf;p=citadel.git diff --git a/webcit/configure.ac b/webcit/configure.ac index 6f74bdcba..8cc9c27f3 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], [9.01], [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"]) @@ -562,16 +560,6 @@ AC_ARG_WITH(editordir, fi ] ) -AC_DEFINE_UNQUOTED(EDITORDIR, "$editordir", [where to find our mail editor]) - -AC_ARG_WITH(markdowneditordir, - [ --with-markdowneditordir directory to put our markdown editor], - [ if test "x$withval" != "xno" ; then - markdowneditordir=$withval - fi - ] -) -AC_DEFINE_UNQUOTED(MARKDOWNEDITORDIR, "$markdowneditordir", [where to find our markdown editor]) dnl Checks where to find our configs AC_ARG_WITH(etcdir,