Clean configure

This commit is contained in:
Pradana AUMARS 2021-06-28 12:57:01 +02:00
parent 23009a78f1
commit 145fbfd02e
2 changed files with 2 additions and 6 deletions

4
configure vendored
View File

@ -4225,8 +4225,6 @@ else
fi
#AC_PROG_LIBTOOL
#AC_CONFIG_HEADERS([config.h])
ac_config_files="$ac_config_files Makefile src/Makefile"
@ -4397,7 +4395,7 @@ fi
min_sdl_version=2.0
min_sdl_version=2.0.0
if test "x$sdl_prefix$sdl_exec_prefix" = x ; then

View File

@ -1,12 +1,10 @@
AC_INIT([pong], [0.1-alpha], [paumars@courrier.dev])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
#AC_PROG_LIBTOOL
#AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AM_PATH_SDL2(2.0)
AM_PATH_SDL2
AC_OUTPUT