]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
set package version in configure.ac
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 14 Feb 2014 14:47:34 +0000 (15:47 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Feb 2014 16:49:55 +0000 (17:49 +0100)
Makefile.in
configure.ac

index 6b6f9b9b7d16da55be251a6b5024e56d58bfebd2..58a2771d8f44cb6936fd703e455a8a1740a33f3f 100644 (file)
@@ -161,8 +161,8 @@ install-sh: sharedlib $(WHIPTCLSO) _snack.$(SOEXT)
           install -m 644 snack.py $(instroot)/$(libdir)/$$ver/site-packages ;\
        done || :
 
-Makefile: newt.spec
-       echo "You need to rerun ./configure before continuing"
+Makefile: configure.ac
+       echo "You need to rerun ./autogen.sh and ./configure before continuing"
        @exit 1
 
 create-archive: Makefile
index 6da98996ccb2be12c23929d777b34cf896c0416e..7e4242a3dbb551830e8cc9fd0393d323c556d02f 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT([newt_pr.h])
 
 PACKAGE=newt
-VERSION=$(awk '/^Version: / {print $2}' $srcdir/newt.spec)
+VERSION=0.52.16
 SONAME=0.52
 
 AC_CONFIG_HEADER([config.h])