*** empty log message ***

This commit is contained in:
hyung-hwan 2005-03-29 08:55:22 +00:00
parent 38bd88f6af
commit ae9e9d3cfc

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.53) AC_PREREQ(2.53)
AC_INIT([xpkit], [deb-0.1.0]) AC_INIT([xpkit], [deb-0.1.0])
AC_REVISION([$Revision: 1.26 $]) AC_REVISION([$Revision: 1.27 $])
AC_CONFIG_HEADER([xp/config.h]) AC_CONFIG_HEADER([xp/config.h])
# Checks for programs. # Checks for programs.
@ -64,5 +64,5 @@ AC_CONFIG_FILES([
Makefile utils/Makefile xp/Makefile Makefile utils/Makefile xp/Makefile
xp/c/Makefile xp/mp/Makefile xp/lisp/Makefile xp/c/Makefile xp/mp/Makefile xp/lisp/Makefile
xp/test/c/Makefile xp/test/lisp/Makefile xp/test/c/Makefile xp/test/lisp/Makefile
xpp/sys/Makefile]) xpp/sys/Makefile xpp/test/sys/Makefile])
AC_OUTPUT AC_OUTPUT