]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
cleanup configure.ac
authorThomas Kuehne <thomas@kuehne.cn>
Sun, 12 Dec 2021 08:48:22 +0000 (08:48 +0000)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 5 Jan 2022 13:45:07 +0000 (14:45 +0100)
Signed-off-by: Thomas Kuehne <thomas@kuehne.cn>
configure.ac

index a9c66a8f403b234e6113f2694957f1db5691d7a5..b24dac8844fbe4c733eed7de1c65ff0432c1dfb3 100644 (file)
@@ -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])