X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=d2bad3be4f0cf5ff8235edb935edc13dbc3d610f;hb=ae4c5568a656ac0d8130019fb44c58ed5eafb99a;hp=98ded9453609f15016feae3b0a8432efb64152c4;hpb=f754e96b35665c5be11c4ea82a878463fc5a92df;p=supertux.git diff --git a/configure.ac b/configure.ac index 98ded9453..d2bad3be4 100644 --- a/configure.ac +++ b/configure.ac @@ -12,17 +12,18 @@ dnl =========================================================================== dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) AC_INIT(SuperTux, 0.1.1) -AC_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR([src/supertux.cpp]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE -AM_CONFIG_HEADER +dnl This is obsolete see automake1.7 // AM_CONFIG_HEADER SDL_VERSION=1.2.4 AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL +AC_PROG_LIBTOOL dnl Checks for header files. AC_HEADER_DIRENT @@ -105,7 +106,8 @@ AC_CHECK_FUNCS(mkdir strdup strstr) AC_OUTPUT(Makefile m4/Makefile intl/Makefile src/Makefile data/Makefile - po/Makefile.in) + po/Makefile.in + lib/Makefile) echo "" echo "Features:"