]> git.datanom.net - lensdb.git/blobdiff - configure.ac
fix build system
[lensdb.git] / configure.ac
index 1183ab5d31c9739ec7c62efbe60514758151c7d2..57aa161192ece2112c9a62723ff002454736fb1e 100644 (file)
@@ -1,12 +1,12 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
 #                                               -*- 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_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])
 
 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
 # 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
 if test -n "$lt_prog_compiler_pic"; then
     CFLAGS="$CFLAGS $lt_prog_compiler_pic"
 fi
This page took 0.028638 seconds and 5 git commands to generate.