diff --git a/ase/configure b/ase/configure index 7c3d960d..6d3f3b1a 100755 --- a/ase/configure +++ b/ase/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 1.40 . +# From configure.ac Revision: 1.41 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for xpkit deb-0.1.0. # @@ -9799,7 +9799,7 @@ _ACEOF fi - ac_config_files="$ac_config_files Makefile utils/Makefile xp/Makefile xpp/Makefile xp/bas/Makefile xp/net/Makefile xp/mp/Makefile xp/lisp/Makefile xp/test/bas/Makefile xp/test/net/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/awk/Makefile xp/lisp/Makefile xp/mp/Makefile xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/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" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -10330,10 +10330,14 @@ do "xpp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/Makefile" ;; "xp/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/bas/Makefile" ;; "xp/net/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/net/Makefile" ;; - "xp/mp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/mp/Makefile" ;; + "xp/utl/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/utl/Makefile" ;; + "xp/awk/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/awk/Makefile" ;; "xp/lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/lisp/Makefile" ;; + "xp/mp/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/mp/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/utl/Makefile" ) CONFIG_FILES="$CONFIG_FILES xp/test/utl/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" ;; "xpp/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/bas/Makefile" ;; "xpp/net/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/net/Makefile" ;; diff --git a/ase/configure.ac b/ase/configure.ac index 92ed79ad..41ebb892 100644 --- a/ase/configure.ac +++ b/ase/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) AC_INIT([xpkit], [deb-0.1.0]) -AC_REVISION([$Revision: 1.41 $]) +AC_REVISION([$Revision: 1.42 $]) AC_CONFIG_HEADER([xp/config.h]) # Checks for programs. @@ -72,8 +72,10 @@ fi AC_CONFIG_FILES([ Makefile utils/Makefile xp/Makefile xpp/Makefile - xp/bas/Makefile xp/net/Makefile xp/mp/Makefile xp/lisp/Makefile - xp/test/bas/Makefile xp/test/net/Makefile xp/test/lisp/Makefile + xp/bas/Makefile xp/net/Makefile xp/utl/Makefile + xp/awk/Makefile xp/lisp/Makefile xp/mp/Makefile + xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/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])