summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-12-10 22:54:44 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-12-10 22:54:44 +0100
commitb3ecbedbd89abdad1c3526fe83398e1d4d49e068 (patch)
treefde1b0a5960561158ed2a13a5f7fadf3238bb307 /configure.ac
parent3e62434f8e19124cf124eb8dbc35be0c13e2b717 (diff)
Update autotools and macrosHEADmain
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 86b30b9..2aab66c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with aclocal, autoconf and automake.
-AC_INIT([rtfl], [0.1.1])
+AC_INIT([rtfl],[0.1.1])
dnl Detect the canonical target build environment
AC_CANONICAL_TARGET
@@ -29,7 +29,7 @@ AC_ARG_WITH(java-home,[ --with-java-home=DIR Specify where to find the JDK],
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
-AC_PROG_LIBTOOL
+LT_INIT
dnl ----------------------------
dnl Check our char and int types