*** empty log message ***

This commit is contained in:
2005-11-20 14:22:00 +00:00
parent b0f72ece3e
commit 7492eed5c8
2 changed files with 5 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.51 $])
AC_REVISION([$Revision: 1.52 $])
AC_CONFIG_HEADER([xp/config.h])
# Checks for programs.
@ -88,5 +88,5 @@ AC_CONFIG_FILES([
xpp/test/bas/Makefile xpp/test/net/Makefile
xpp/test/sys/Makefile xpp/test/utl/Makefile
xpo/bas/Makefile xpo/net/Makefile
xpo/test/bas/Makefile])
xpo/test/bas/Makefile xpo/test/net/Makefile])
AC_OUTPUT