From 7d8018f6542450c8edfd5dbee6733f2bad88c6b7 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 2 Mar 2005 10:51:04 +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 8445e953..12b2c87a 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.22 $]) +AC_REVISION([$Revision: 1.23 $]) AC_CONFIG_HEADER([xp/config.h]) # Checks for programs. @@ -54,6 +54,6 @@ AC_CHECK_FILE([/NextDeveloper],[AC_DEFINE([_POSIX_SOURCE],[],[_POSIX_SOURCE])]) AC_CONFIG_FILES([ Makefile utils/Makefile xp/Makefile - xp/c/Makefile xp/lisp/Makefile + xp/c/Makefile xp/mp/Makefile xp/lisp/Makefile xp/test/c/Makefile xp/test/lisp/Makefile]) AC_OUTPUT