]> git.datanom.net - lensdb.git/commitdiff
fix build system
authorMichael Rasmussen <mir@datanom.net>
Tue, 15 Oct 2024 21:45:38 +0000 (23:45 +0200)
committerMichael Rasmussen <mir@datanom.net>
Tue, 15 Oct 2024 21:45:38 +0000 (23:45 +0200)
Signed-off-by: Michael Rasmussen <mir@datanom.net>
.gitignore
configure.ac

index e965b5b5292b220b2a501ee1e75a8e826d08576f..0b890465877076a98859f8ad15a1dfa794a916c5 100644 (file)
@@ -17,4 +17,4 @@ src/Makefile.in
 src/lensdb
 stamp-h1
 *.o
-
+*~
index 1183ab5d31c9739ec7c62efbe60514758151c7d2..57aa161192ece2112c9a62723ff002454736fb1e 100644 (file)
@@ -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
This page took 0.039895 seconds and 5 git commands to generate.