From b4608ac72469403807eab6f2c556ab2ac83c1a1e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 14 Feb 2005 03:27:19 +0000 Subject: [PATCH] *** empty log message *** --- ase/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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