*** empty log message ***

This commit is contained in:
hyung-hwan 2005-02-11 18:38:18 +00:00
parent ffe1527b0b
commit f910d9a288

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.53)
AC_INIT([xpkit], [deb-0.1.0])
AC_REVISION([$Revision: 1.14 $])
AC_REVISION([$Revision: 1.15 $])
AC_CONFIG_HEADER([xp/config.h])
# Checks for programs.
@ -34,7 +34,7 @@ AC_C_BIGENDIAN(
AC_CHECK_FILE([/NextDeveloper],[AC_DEFINE([_POSIX_SOURCE],[],[_POSIX_SOURCE])])
AC_CONFIG_FILES([
Makefile build/Makefile xp/Makefile
Makefile build/Makefile xp/Makefile xp/bin/ctype/Makefile
xp/c/Makefile xp/lisp/Makefile
xp/test/c/Makefile xp/test/lisp/Makefile])
AC_OUTPUT