From: Thomas Kuehne Date: Sun, 12 Dec 2021 08:48:22 +0000 (+0000) Subject: cleanup configure.ac X-Git-Tag: r0-52-22~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a96ec98598da75a31b88ba832ccdf1d9d18a0a9d;p=thirdparty%2Fnewt.git cleanup configure.ac Signed-off-by: Thomas Kuehne --- diff --git a/configure.ac b/configure.ac index a9c66a8..b24dac8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,11 @@ -AC_INIT([newt_pr.h]) +AC_INIT +AC_CONFIG_SRCDIR([newt_pr.h]) PACKAGE=newt VERSION=0.52.21 SONAME=0.52 -AC_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Package Name]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [NEWT Version String])