*** empty log message ***

This commit is contained in:
2005-03-29 07:29:13 +00:00
parent 584e53c993
commit 38bd88f6af
2 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.53)
AC_INIT([xpkit], [deb-0.1.0])
AC_REVISION([$Revision: 1.25 $])
AC_REVISION([$Revision: 1.26 $])
AC_CONFIG_HEADER([xp/config.h])
# Checks for programs.
@ -63,5 +63,6 @@ AC_CHECK_FILE([/NextDeveloper],[AC_DEFINE([_POSIX_SOURCE],[],[_POSIX_SOURCE])])
AC_CONFIG_FILES([
Makefile utils/Makefile xp/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])
AC_OUTPUT