ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/configure
(Generate patch)

Comparing hopm/trunk/configure (file contents):
Revision 5062 by michael, Mon Dec 22 14:07:15 2014 UTC vs.
Revision 5070 by michael, Mon Dec 22 15:00:01 2014 UTC

# Line 771 | Line 771 | with_aix_soname
771   with_gnu_ld
772   with_sysroot
773   enable_libtool_lock
774 with_werror
774   '
775        ac_precious_vars='build_alias
776   host_alias
# Line 1429 | Line 1428 | Optional Packages:
1428    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1429    --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
1430                            compiler's sysroot if not specified).
1432  --with-werror           use -Werror to abort compilation on any warning
1431  
1432   Some influential environment variables:
1433    CC          C compiler command
# Line 13112 | Line 13110 | fi
13110   fi
13111  
13112  
13113 < for ac_func in inet_aton inet_pton socket strdup strstr
13113 > for ac_func in strlcpy strlcat inet_aton inet_pton socket strdup strstr
13114   do :
13115    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13116   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
# Line 13471 | Line 13469 | _ACEOF
13469   subdirs="$subdirs src/libopm"
13470  
13471  
13472 <
13475 < # Check whether --with-werror was given.
13476 < if test "${with_werror+set}" = set; then :
13477 <  withval=$with_werror; CFLAGS="$CFLAGS -Werror"
13478 < fi
13479 <
13480 <
13481 < ac_config_files="$ac_config_files Makefile src/Makefile"
13472 > ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
13473  
13474   cat >confcache <<\_ACEOF
13475   # This file is a shell script that caches the results of configure
# Line 14494 | Line 14485 | do
14485      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14486      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14487      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14488 +    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14489      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14490  
14491    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)