diff --git a/config.rpath b/build-aux/config.rpath similarity index 100% rename from config.rpath rename to build-aux/config.rpath diff --git a/configure.ac b/configure.ac index 3e763fbb89..d4f2990c2b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,13 @@ AC_PREREQ([2.65]) AC_INIT([eos],[0.0.1]) +AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET -AC_CONFIG_SRCDIR([config.h.in]) -AC_CONFIG_HEADERS(config.h) + AM_INIT_AUTOMAKE(eos, 0.0.1) dnl SDL params to configure