From 6f43292185b97381f3c06e16717f8ab4c26d6ee2 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Feb 19 2014 16:49:55 +0000 Subject: 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])