*** empty log message ***

This commit is contained in:
hyung-hwan 2005-02-14 03:27:19 +00:00
parent 2959744ac8
commit b4608ac724

View File

@ -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