*** empty log message ***

This commit is contained in:
hyung-hwan 2005-04-21 04:44:28 +00:00
parent f579516843
commit c182e0a5e5

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.53)
AC_INIT([xpkit], [deb-0.1.0])
AC_REVISION([$Revision: 1.33 $])
AC_REVISION([$Revision: 1.34 $])
AC_CONFIG_HEADER([xp/config.h])
# Checks for programs.
@ -73,5 +73,5 @@ AC_CONFIG_FILES([
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/net/Makefile
xpp/test/bas/Makefile xpp/test/sys/Makefile])
xpp/test/bas/Makefile xpp/test/sys/Makefile xpp/test/net/Makefile])
AC_OUTPUT