* src/summaryview.c
[claws.git] / configure.in
index 5302c19fb16e68f5de1f40b781d0d2a5a423dff6..39c5f19bdb5a3948532538df54fe08eb86e1f9b6 100644 (file)
@@ -1,3 +1,4 @@
+
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)
 PACKAGE=sylpheed
@@ -8,7 +9,7 @@ MINOR_VERSION=7
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws30
+EXTRA_VERSION=claws41
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -85,6 +86,8 @@ manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
 AC_SUBST(manualdir)
 faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
 AC_SUBST(faqdir)
+mandir='${prefix}/man/man1'
+AC_SUBST(mandir)
 
 dnl Set PACKAGE_DATA_DIR in config.h.
 if test "x${datadir}" = 'x${prefix}/share'; then
@@ -368,7 +371,9 @@ AC_CHECK_FUNCS(gethostname mkdir mktime socket strstr \
 AC_OUTPUT([
 Makefile
 sylpheed.spec
+intl/Makefile
 ac/Makefile
+po/Makefile.in
 libkcc/Makefile
 src/version.h
 src/Makefile
@@ -378,6 +383,7 @@ faq/en/Makefile
 faq/es/Makefile
 faq/fr/Makefile
 faq/it/Makefile
+man/Makefile
 manual/Makefile
 manual/de/Makefile
 manual/en/Makefile
@@ -385,7 +391,6 @@ manual/es/Makefile
 manual/fr/Makefile
 manual/ja/Makefile
 tools/Makefile
-intl/Makefile po/Makefile.in
 ])
 
 dnl Output the configuration summary