X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fconfigure.ac;h=00bd6e0e4ea54186358c260a4ccbbe2c64d149cf;hb=8e06cc28654bde788aa7e62d93f0ce970b838d49;hp=9907bc288caec943d34319e6d0bb4cb31e1b909c;hpb=78b5de55e5fa58b1f16675222b65f9583f60fc57;p=citadel.git diff --git a/webcit/configure.ac b/webcit/configure.ac index 9907bc288..00bd6e0e4 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.81], [http://www.citadel.org/]) +AC_INIT([WebCit], [8.04], [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