Code

git: remove $Id$ svn cruft
[fusedav.git] / bootstrap.sh
index ea4ec9ad5d7b1748ab52112ecabb7d48f8da70b9..5d8c295be404ebedc2215757a46cf3adaae5be26 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/bash
-# $Id$
 
 # Copyright (c) 2004-2006 Lennart Poettering
 #
@@ -30,15 +29,15 @@ run_versioned() {
     local V
 
     V=$(echo "$2" | sed -e 's,\.,,g')
-    
+
     if [ -e "`which $1$V`" ] ; then
-       P="$1$V" 
+        P="$1$V"
     else
-       if [ -e "`which $1-$2`" ] ; then
-           P="$1-$2" 
-       else
-           P="$1"
-       fi
+        if [ -e "`which $1-$2`" ] ; then
+            P="$1-$2"
+        else
+            P="$1"
+        fi
     fi
 
     shift 2
@@ -50,7 +49,7 @@ set -ex
 if [ "x$1" = "xam" ] ; then
     run_versioned automake "$VERSION" -a -c --foreign
     ./config.status
-else 
+else
     rm -rf autom4te.cache
     rm -f config.cache