summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-04 13:16:20 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-04 13:16:20 +0000
commit3445a9116981b751b87e72d0f562ea3f32a30c4b (patch)
tree82f223747360b5879f47c5ed0100a5a63926201a /configure.in
parentafead09d5e34a9b6ad3925c78c715e2fb76fa42b (diff)
Make the experimental branch the main trunk.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8fab27a9..ab629208 100644
--- a/configure.in
+++ b/configure.in
@@ -1,9 +1,19 @@
dnl $Id$
dnl Process this file with autoconf to produce a configure script.
+
AC_INIT(mutt.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mutt, `cat $srcdir/VERSION`)
+
+srcdir=`(cd $srcdir && pwd)`
+mutt_cv_version=`cat $srcdir/VERSION`
+case `basename $srcdir` in
+*-unstable*)
+ mutt_cv_version=${mutt_cv_version}-unstable-`date +%Y-%m-%d`
+ ;;
+esac
+
+AM_INIT_AUTOMAKE(mutt, $mutt_cv_version)
ALL_LINGUAS="de ru it es uk fr pl"