*** empty log message ***

This commit is contained in:
hyung-hwan 2006-03-28 07:27:09 +00:00
parent ad9735a5bc
commit e4e7d1a366
2 changed files with 4 additions and 5 deletions

5
ase/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.ac Revision: 1.60 . # From configure.ac Revision: 1.61 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for xpkit deb-0.1.0. # Generated by GNU Autoconf 2.59 for xpkit deb-0.1.0.
# #
@ -11481,7 +11481,7 @@ then
CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE" CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE"
fi fi
ac_config_files="$ac_config_files Makefile utils/Makefile xp/Makefile xpp/Makefile xp/bas/Makefile xp/sys/Makefile xp/net/Makefile xp/utl/Makefile xp/stx/Makefile xp/awk/Makefile xp/lsp/Makefile xp/lnx/Makefile xp/test/bas/Makefile xp/test/sys/Makefile xp/test/net/Makefile xp/test/utl/Makefile xp/test/stx/Makefile xp/test/awk/Makefile xp/test/lsp/Makefile xp/test/lnx/Makefile xpp/bas/Makefile xpp/net/Makefile xpp/sys/Makefile xpp/utl/Makefile xpp/xli/Makefile xpp/test/bas/Makefile xpp/test/net/Makefile xpp/test/sys/Makefile xpp/test/utl/Makefile xpp/test/xli/Makefile xpo/bas/Makefile xpo/net/Makefile xpo/test/bas/Makefile xpo/test/net/Makefile" ac_config_files="$ac_config_files Makefile xp/Makefile xpp/Makefile xp/bas/Makefile xp/sys/Makefile xp/net/Makefile xp/utl/Makefile xp/stx/Makefile xp/awk/Makefile xp/lsp/Makefile xp/lnx/Makefile xp/test/bas/Makefile xp/test/sys/Makefile xp/test/net/Makefile xp/test/utl/Makefile xp/test/stx/Makefile xp/test/awk/Makefile xp/test/lsp/Makefile xp/test/lnx/Makefile xpp/bas/Makefile xpp/net/Makefile xpp/sys/Makefile xpp/utl/Makefile xpp/xli/Makefile xpp/test/bas/Makefile xpp/test/net/Makefile xpp/test/sys/Makefile xpp/test/utl/Makefile xpp/test/xli/Makefile xpo/bas/Makefile xpo/net/Makefile xpo/test/bas/Makefile xpo/test/net/Makefile"
cat >confcache <<\_ACEOF cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure # This file is a shell script that caches the results of configure
@ -12008,7 +12008,6 @@ do
case "$ac_config_target" in case "$ac_config_target" in
# Handling of arguments. # Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;;
"xp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/Makefile" ;; "xp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/Makefile" ;;
"xpp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/Makefile" ;; "xpp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/Makefile" ;;
"xp/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/bas/Makefile" ;; "xp/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/bas/Makefile" ;;

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.61 $]) AC_REVISION([$Revision: 1.62 $])
AC_CONFIG_HEADER([xp/config.h]) AC_CONFIG_HEADER([xp/config.h])
# Checks for programs. # Checks for programs.
@ -102,7 +102,7 @@ then
fi fi
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile utils/Makefile xp/Makefile xpp/Makefile Makefile xp/Makefile xpp/Makefile
xp/bas/Makefile xp/sys/Makefile xp/bas/Makefile xp/sys/Makefile
xp/net/Makefile xp/utl/Makefile xp/net/Makefile xp/utl/Makefile
xp/stx/Makefile xp/awk/Makefile xp/stx/Makefile xp/awk/Makefile