AC_INIT([calculer], [1.0.0]) AM_INIT_AUTOMAKE([-Wall -Werror, foreign]) : ${CFLAGS=""} AC_PROG_CC AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ Makefile src/Makefile ]) AC_CHECK_PROG([DLPROG], [curl], [curl -LO], [false]) if [ ! -d "./linenoise-master/" ] then if [ ! -f "./master.zip" ] then $DLPROG 'https://github.com/antirez/linenoise/archive/refs/heads/master.zip' fi unzip 'master.zip' fi AC_OUTPUT