Added tests for basic string operations.
[ACL.git] / configure
index 2d95c93..49b18f0 100755 (executable)
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for ACL - Andromeda Class Library 0.1.
 #
-# Report bugs to <BUG-REPORT-ADDRESS>.
+# Report bugs to <arjen@androemda.nl>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -274,7 +274,7 @@ fi
     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
-    $as_echo "$0: Please tell bug-autoconf@gnu.org and BUG-REPORT-ADDRESS
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and arjen@androemda.nl
 $0: about your system, including any error possibly output
 $0: before this message. Then install a modern shell, or
 $0: manually run the script under such a shell if you do
@@ -592,7 +592,7 @@ PACKAGE_NAME='ACL - Andromeda Class Library'
 PACKAGE_TARNAME='acl---andromeda-class-library'
 PACKAGE_VERSION='0.1'
 PACKAGE_STRING='ACL - Andromeda Class Library 0.1'
-PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
+PACKAGE_BUGREPORT='arjen@androemda.nl'
 PACKAGE_URL=''
 
 ac_unique_file="src/date.cpp"
@@ -1459,7 +1459,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <BUG-REPORT-ADDRESS>.
+Report bugs to <arjen@androemda.nl>.
 _ACEOF
 ac_status=$?
 fi
@@ -1960,7 +1960,7 @@ $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 ( $as_echo "## --------------------------------- ##
-## Report this to BUG-REPORT-ADDRESS ##
+## Report this to arjen@androemda.nl ##
 ## --------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -3023,7 +3023,7 @@ END
 fi
 
 
-ac_config_files="$ac_config_files Makefile src/Makefile test/Makefile"
+ac_config_files="$ac_config_files Makefile src/Makefile test/Makefile doc/Makefile"
 
 
 ac_config_headers="$ac_config_headers config.h"
@@ -17144,7 +17144,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <BUG-REPORT-ADDRESS>."
+Report bugs to <arjen@androemda.nl>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
@@ -17663,6 +17663,7 @@ do
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
+    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;