Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-11-07 18:43:12 +0300
committerGitHub <noreply@github.com>2022-11-07 18:43:12 +0300
commit2255b3865e7b89afcbd2c310241d54dfa787b63e (patch)
treeaf7065bf8073d438e2844d151382189e5971a3f4
parent9a1fffa55e1dbb1fa6e68677afe366a4d55822eb (diff)
Update autoconf version to 2.69 (#20)HEADdevel
Replace AC_PROG_LIBTOOL with LT_INIT
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7ebe599..66b3d01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,13 @@
# Process this file with autoconf to produce a configure script
-AC_PREREQ(2.59)
+AC_PREREQ(2.69)
AC_INIT([libpainter], [0.1.1], [xrdp-devel@googlegroups.com])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.6 foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_C_CONST
-AC_PROG_LIBTOOL
+LT_INIT
PKG_INSTALLDIR
# Use silent rules by default if supported by Automake