summaryrefslogtreecommitdiffstats
path: root/unicode/configure.ac
diff options
context:
space:
mode:
authorSam Varshavchik2014-01-12 12:39:27 -0500
committerSam Varshavchik2014-01-12 12:39:27 -0500
commita307e734a37763fc25778adffc2cd5c0d0390555 (patch)
tree6d3c1a6ab37626fbce8afa591f1054789582159b /unicode/configure.ac
parent17317c25aecbf38f43bfcf8e7a63194cd345e696 (diff)
downloadcourier-libs-a307e734a37763fc25778adffc2cd5c0d0390555.tar.bz2
Refactor unicode library as a standalone package
Diffstat (limited to 'unicode/configure.ac')
-rw-r--r--unicode/configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/unicode/configure.ac b/unicode/configure.ac
index a8adc78..f15042f 100644
--- a/unicode/configure.ac
+++ b/unicode/configure.ac
@@ -1,16 +1,15 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(unicode, 0.10, [courier-maildrop@lists.sourceforge.net])
+AC_INIT([courier-unicode], [1.0], [courier-users@lists.sourceforge.net])
>confdefs.h # Kill PACKAGE_ macros
AC_CONFIG_SRCDIR(unicodecpp.C)
-AC_CONFIG_AUX_DIR(../..)
LPATH="$PATH:/usr/local/bin"
AM_CONFIG_HEADER(unicode_config.h)
-AM_INIT_AUTOMAKE([foreign no-define])
+AM_INIT_AUTOMAKE([foreign no-define dist-bzip2])
dnl Checks for programs.
AC_PROG_MAKE_SET
@@ -80,4 +79,6 @@ then
fi
CFLAGS="-I.. -I$srcdir/.. $CFLAGS"
CXXFLAGS="-I.. -I$srcdir/.. $CXXFLAGS"
-AC_OUTPUT(Makefile)
+
+AM_CONDITIONAL(HAVE_DOCS,[test -f $srcdir/docbook/icon.gif])
+AC_OUTPUT(Makefile courier-unicode.spec)