diff --git a/ase/configure.ac b/ase/configure.ac index 95cec03b..980d9de6 100644 --- a/ase/configure.ac +++ b/ase/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) AC_INIT([xpkit], [deb-0.1.0]) -AC_REVISION([$Revision: 1.20 $]) +AC_REVISION([$Revision: 1.21 $]) AC_CONFIG_HEADER([xp/config.h]) # Checks for programs. @@ -53,7 +53,7 @@ AC_CHECK_SIZEOF(long double) AC_CHECK_FILE([/NextDeveloper],[AC_DEFINE([_POSIX_SOURCE],[],[_POSIX_SOURCE])]) AC_CONFIG_FILES([ - Makefile xp/Makefile xp/bin/ctype/Makefile + Makefile xp/Makefile xp/utils/Makefile xp/c/Makefile xp/lisp/Makefile xp/test/c/Makefile xp/test/lisp/Makefile]) AC_OUTPUT