*** empty log message ***
This commit is contained in:
parent
735983d065
commit
7b8ab3b36e
6
ase/configure
vendored
6
ase/configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 1.42 .
|
# From configure.ac Revision: 1.43 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.57 for xpkit deb-0.1.0.
|
# Generated by GNU Autoconf 2.57 for xpkit deb-0.1.0.
|
||||||
#
|
#
|
||||||
@ -9799,7 +9799,7 @@ _ACEOF
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile utils/Makefile xp/Makefile xpp/Makefile xp/bas/Makefile xp/net/Makefile xp/utl/Makefile xp/stx/Makefile xp/awk/Makefile xp/lisp/Makefile xp/mp/Makefile xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/Makefile xp/test/stx/Makefile xp/test/awk/Makefile xp/test/lisp/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"
|
ac_config_files="$ac_config_files Makefile utils/Makefile xp/Makefile xpp/Makefile xp/bas/Makefile xp/net/Makefile xp/utl/Makefile xp/stx/Makefile xp/awk/Makefile xp/lisp/Makefile xp/mp/Makefile xp/lnx/Makefile xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/Makefile xp/test/stx/Makefile xp/test/awk/Makefile xp/test/lisp/Makefile 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"
|
||||||
|
|
||||||
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
|
||||||
@ -10335,12 +10335,14 @@ do
|
|||||||
"xp/awk/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/awk/Makefile" ;;
|
"xp/awk/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/awk/Makefile" ;;
|
||||||
"xp/lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/lisp/Makefile" ;;
|
"xp/lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/lisp/Makefile" ;;
|
||||||
"xp/mp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/mp/Makefile" ;;
|
"xp/mp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/mp/Makefile" ;;
|
||||||
|
"xp/lnx/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/lnx/Makefile" ;;
|
||||||
"xp/test/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/bas/Makefile" ;;
|
"xp/test/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/bas/Makefile" ;;
|
||||||
"xp/test/net/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/net/Makefile" ;;
|
"xp/test/net/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/net/Makefile" ;;
|
||||||
"xp/test/utl/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/utl/Makefile" ;;
|
"xp/test/utl/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/utl/Makefile" ;;
|
||||||
"xp/test/stx/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/stx/Makefile" ;;
|
"xp/test/stx/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/stx/Makefile" ;;
|
||||||
"xp/test/awk/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/awk/Makefile" ;;
|
"xp/test/awk/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/awk/Makefile" ;;
|
||||||
"xp/test/lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/lisp/Makefile" ;;
|
"xp/test/lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/lisp/Makefile" ;;
|
||||||
|
"xp/test/lnx/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/lnx/Makefile" ;;
|
||||||
"xpp/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/bas/Makefile" ;;
|
"xpp/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/bas/Makefile" ;;
|
||||||
"xpp/net/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/net/Makefile" ;;
|
"xpp/net/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/net/Makefile" ;;
|
||||||
"xpp/sys/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/sys/Makefile" ;;
|
"xpp/sys/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/sys/Makefile" ;;
|
||||||
|
@ -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.43 $])
|
AC_REVISION([$Revision: 1.44 $])
|
||||||
AC_CONFIG_HEADER([xp/config.h])
|
AC_CONFIG_HEADER([xp/config.h])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
@ -72,11 +72,12 @@ fi
|
|||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile utils/Makefile xp/Makefile xpp/Makefile
|
Makefile utils/Makefile xp/Makefile xpp/Makefile
|
||||||
xp/bas/Makefile xp/net/Makefile xp/utl/Makefile
|
xp/bas/Makefile xp/net/Makefile xp/utl/Makefile xp/stx/Makefile
|
||||||
xp/stx/Makefile xp/awk/Makefile xp/lisp/Makefile xp/mp/Makefile
|
xp/awk/Makefile xp/lisp/Makefile xp/mp/Makefile xp/lnx/Makefile
|
||||||
xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/Makefile
|
xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/Makefile
|
||||||
xp/test/stx/Makefile xp/test/awk/Makefile xp/test/lisp/Makefile
|
xp/test/stx/Makefile xp/test/awk/Makefile xp/test/lisp/Makefile
|
||||||
|
xp/test/lnx/Makefile
|
||||||
xpp/bas/Makefile xpp/net/Makefile xpp/sys/Makefile xpp/utl/Makefile
|
xpp/bas/Makefile xpp/net/Makefile xpp/sys/Makefile xpp/utl/Makefile
|
||||||
xpp/test/bas/Makefile xpp/test/net/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])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user