From 95fc7c1442ca6109151bbd34716cd9caeb85042a Mon Sep 17 00:00:00 2001 From: pdmef Date: Thu, 28 Jul 2005 20:38:09 +0000 Subject: [PATCH] Rocco Rutte: - fix yet another typo: this time in configure.in (noted by Stephane Clodic ) (note to self: check out what this "brain 1.0" is everybody is running these days) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@364 e385b8ad-14ed-0310-8656-cc95a2468c6d --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7db9bb8..8b26bfd 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_PREREQ([2.50]) AC_INIT([mutt.h]) AM_CONFIG_HEADER(config.h) -if test -f "$srcdir./.svn/entries" ; then +if test -f "$srcdir/.svn/entries" ; then echo "`cat $srcdir/VERSION.in`-r`grep revision $srcdir/.svn/entries | sort -r | uniq | head -n 1 | cut -d '"' -f 2`" > "$srcdir/VERSION" else cp "$srcdir/VERSION.in" "$srcdir/VERSION" -- 2.20.1