From 2e5693e7cf1e3c408916a1af6d16dc6363b835fe Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Mon, 17 Jun 2024 00:25:20 +0900 Subject: Reformat and clean configure.ac --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 3eaec37..50df1af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,16 @@ AC_INIT([calculer], [1.0.0]) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Werror, foreign]) -: ${CFLAGS=""} + AC_PROG_CC -AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([ - Makefile - src/Makefile -]) if [ ! -d "./linenoise/" ] then - git clone --depth=1 'https://github.com/antirez/linenoise.git' + git clone --depth=1 'https://github.com/antirez/linenoise.git' fi +AC_CONFIG_FILES([ + Makefile + src/Makefile +]) AC_OUTPUT -- cgit v1.2.3