*** empty log message ***

This commit is contained in:
2005-09-22 16:01:48 +00:00
parent f02c1f25a6
commit 8b7705a329
2 changed files with 8 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.49 $])
AC_REVISION([$Revision: 1.50 $])
AC_CONFIG_HEADER([xp/config.h])
# Checks for programs.
@ -86,5 +86,7 @@ AC_CONFIG_FILES([
xp/test/lnx/Makefile
xpp/bas/Makefile xpp/net/Makefile xpp/sys/Makefile xpp/utl/Makefile
xpp/test/bas/Makefile xpp/test/net/Makefile
xpp/test/sys/Makefile xpp/test/utl/Makefile])
xpp/test/sys/Makefile xpp/test/utl/Makefile
xpo/bas/Makefile
xpo/test/bas/Makefile])
AC_OUTPUT