[libgovirt] build-sys: Set PKG_NAME in autogen.sh



commit 169cb8a401b161c13996eb276ac6b0f0dbb5fd45
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Fri Sep 19 14:05:01 2014 +0200

    build-sys: Set PKG_NAME in autogen.sh
    
    This makes for a nicer message after running ./autogen.sh:
    "Now type `make' to compile govirt"
    instead of
    "Now type `make' to compile Package"

 autogen.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index c020218..b120513 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,6 +9,7 @@
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 
+PKG_NAME="govirt"
 test -n "$srcdir" || srcdir=`dirname "$0"`
 test -n "$srcdir" || srcdir=.
 


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