[blam] autogen.sh: don't use the $PROJECT variable



commit 7920254cfed90d3c9b9a0c64231dcc972a6e944d
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Thu Jun 13 22:35:39 2013 +0200

    autogen.sh: don't use the $PROJECT variable
    
    This was a left-over from banshee's check_autotool_version() function.
    (We don't use this variable in this project.)

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 288ad37..956716e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -36,7 +36,7 @@ check_autotool_version () {
        fi
 
        if [ x"$do_bail" = x"yes" ]; then
-               error "$1 version $2 or better is required to configure $PROJECT"
+               error "$1 version $2 or better is required to configure"
        fi
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]