From: Michael Rasmussen Date: Tue, 15 Oct 2024 21:45:38 +0000 (+0200) Subject: fix build system X-Git-Url: http://git.datanom.net/lensdb.git/commitdiff_plain/a6073b9bb59a9db2a76d2a12d04bbe7eca1e2ba5?ds=inline fix build system Signed-off-by: Michael Rasmussen --- diff --git a/.gitignore b/.gitignore index e965b5b..0b89046 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ src/Makefile.in src/lensdb stamp-h1 *.o - +*~ 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