Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 28 Jul 2005 20:38:09 +0000 (20:38 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 28 Jul 2005 20:38:09 +0000 (20:38 +0000)
- fix yet another typo: this time in configure.in (noted by Stephane Clodic <sclodic@teaser.fr>) (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

index 7db9bb8..8b26bfd 100644 (file)
@@ -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"