X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fconfigure.ac;h=4aca741539f0b0cbd4ed7f7a4f64468f071fc904;hb=fef8075c28c6fdf09f0f84ec8448cbbe6362bff9;hp=54f2b205e3d3c200bebce8b8a53cfb387b4c9f2c;hpb=69abbfdf2e4eaf6a3ba951a5f05f7e24386c0913;p=citadel.git diff --git a/webcit/configure.ac b/webcit/configure.ac index 54f2b205e..4aca74153 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ -AC_INIT([WebCit], [7.89], [http://www.citadel.org/]) +AC_INIT([WebCit], [8.05], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) @@ -401,7 +401,7 @@ fi if test "$ok_nls" != "no"; then AC_MSG_RESULT(WebCit will be built with national language support.) AC_DEFINE(ENABLE_NLS, [], [whether we have NLS support]) - PROG_SUBDIRS="$PROG_SUBDIRS po" + PROG_SUBDIRS="$PROG_SUBDIRS po/webcit/" else AC_MSG_RESULT(WebCit will be built without national language support.) fi @@ -507,7 +507,7 @@ if test "$abs_srcdir" != "$abs_builddir"; then CFLAGS="$CFLAGS -I $abs_builddir" fi AC_CONFIG_HEADER(sysdep.h) -AC_OUTPUT(Makefile po/Makefile tests/Makefile) +AC_OUTPUT(Makefile po/webcit/Makefile tests/Makefile) if test "$abs_srcdir" != "$abs_builddir"; then ln -s $abs_srcdir/static $abs_builddir