X-Git-Url: http://git.datanom.net/lensdb.git/blobdiff_plain/59849e5440d32749758396b86aacb8a11ea89862..a6073b9bb59a9db2a76d2a12d04bbe7eca1e2ba5:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 1183ab5..57aa161 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.61) -AC_INIT(lensdb, 0.1, [mir@datanom.net]) +AC_PREREQ([2.72]) +AC_INIT([lensdb],[0.1],[mir@datanom.net]) AC_COPYRIGHT([Copyright (c) 2024 Michael Rasmussen.]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(auxdir) -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([gnu no-dist-gzip dist-bzip2 1.10]) @@ -34,7 +34,7 @@ AC_SUBST(GTK_REQUIRED) # Checks for programs. AC_PROG_CC AC_PROG_CPP -AC_PROG_LIBTOOL +LT_INIT if test -n "$lt_prog_compiler_pic"; then CFLAGS="$CFLAGS $lt_prog_compiler_pic" fi