From 67b07347a8ad8f0065f3fce8c0e6c8eac6863f6b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 20 Apr 2005 15:07:23 +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 771b7a07..c32566d5 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.31 $]) +AC_REVISION([$Revision: 1.32 $]) AC_CONFIG_HEADER([xp/config.h]) # Checks for programs. @@ -72,6 +72,6 @@ AC_CONFIG_FILES([ Makefile utils/Makefile xp/Makefile xp/c/Makefile xp/net/Makefile xp/mp/Makefile xp/lisp/Makefile xp/test/c/Makefile xp/test/lisp/Makefile - xpp/bas/Makefile xpp/sys/Makefile + xpp/bas/Makefile xpp/sys/Makefile xpp/net/Makefile xpp/test/bas/Makefile xpp/test/sys/Makefile]) AC_OUTPUT