From: Miroslav Lichvar Date: Fri, 14 Feb 2014 14:47:34 +0000 (+0100) Subject: set package version in configure.ac X-Git-Tag: r0-52-17~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f43292185b97381f3c06e16717f8ab4c26d6ee2;p=thirdparty%2Fnewt.git set package version in configure.ac --- diff --git a/Makefile.in b/Makefile.in index 6b6f9b9..58a2771 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/configure.ac b/configure.ac index 6da9899..7e4242a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])