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

Comparing hopm/branches/1.0.x/configure (file contents):
Revision 5261 by michael, Thu Jan 1 17:58:48 2015 UTC vs.
Revision 5265 by michael, Thu Jan 1 18:17:13 2015 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # Guess values for system-dependent variables and create Makefiles.
3 < # Generated by GNU Autoconf 2.69 for hopm 1.0.0beta1.
3 > # Generated by GNU Autoconf 2.69 for hopm 1.0.0beta2.
4   #
5   #
6   # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
# Line 587 | Line 587 | MAKEFLAGS=
587   # Identity of this package.
588   PACKAGE_NAME='hopm'
589   PACKAGE_TARNAME='hopm'
590 < PACKAGE_VERSION='1.0.0beta1'
591 < PACKAGE_STRING='hopm 1.0.0beta1'
590 > PACKAGE_VERSION='1.0.0beta2'
591 > PACKAGE_STRING='hopm 1.0.0beta2'
592   PACKAGE_BUGREPORT=''
593   PACKAGE_URL=''
594  
# Line 1320 | Line 1320 | if test "$ac_init_help" = "long"; then
1320    # Omit some internal or obsolete options to make the list less imposing.
1321    # This message is too long to be a string in the A/UX 3.1 sh.
1322    cat <<_ACEOF
1323 < \`configure' configures hopm 1.0.0beta1 to adapt to many kinds of systems.
1323 > \`configure' configures hopm 1.0.0beta2 to adapt to many kinds of systems.
1324  
1325   Usage: $0 [OPTION]... [VAR=VALUE]...
1326  
# Line 1390 | Line 1390 | fi
1390  
1391   if test -n "$ac_init_help"; then
1392    case $ac_init_help in
1393 <     short | recursive ) echo "Configuration of hopm 1.0.0beta1:";;
1393 >     short | recursive ) echo "Configuration of hopm 1.0.0beta2:";;
1394     esac
1395    cat <<\_ACEOF
1396  
# Line 1507 | Line 1507 | fi
1507   test -n "$ac_init_help" && exit $ac_status
1508   if $ac_init_version; then
1509    cat <<\_ACEOF
1510 < hopm configure 1.0.0beta1
1510 > hopm configure 1.0.0beta2
1511   generated by GNU Autoconf 2.69
1512  
1513   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 1872 | Line 1872 | cat >config.log <<_ACEOF
1872   This file contains any messages produced by compilers while
1873   running configure, to aid debugging if configure makes a mistake.
1874  
1875 < It was created by hopm $as_me 1.0.0beta1, which was
1875 > It was created by hopm $as_me 1.0.0beta2, which was
1876   generated by GNU Autoconf 2.69.  Invocation command line was
1877  
1878    $ $0 $@
# Line 2738 | Line 2738 | fi
2738  
2739   # Define the identity of the package.
2740   PACKAGE='hopm'
2741 < VERSION='1.0.0beta1'
2741 > VERSION='1.0.0beta2'
2742  
2743  
2744   cat >>confdefs.h <<_ACEOF
# Line 12074 | Line 12074 | CC=$lt_save_CC
12074  
12075  
12076  
12077 < for ac_header in fcntl.h sys/time.h unistd.h
12077 > for ac_header in sys/time.h
12078   do :
12079 <  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12080 < ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12081 < if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12079 >  ac_fn_c_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"
12080 > if test "x$ac_cv_header_sys_time_h" = xyes; then :
12081    cat >>confdefs.h <<_ACEOF
12082 < #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12082 > #define HAVE_SYS_TIME_H 1
12083   _ACEOF
12084  
12085   fi
# Line 12123 | Line 12122 | $as_echo "#define TIME_WITH_SYS_TIME 1"
12122  
12123   fi
12124  
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
12127 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
12128 if ${ac_cv_struct_tm+:} false; then :
12129  $as_echo_n "(cached) " >&6
12130 else
12131  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12132 /* end confdefs.h.  */
12133 #include <sys/types.h>
12134 #include <time.h>
12135
12136 int
12137 main ()
12138 {
12139 struct tm tm;
12140                                     int *p = &tm.tm_sec;
12141                                     return !p;
12142  ;
12143  return 0;
12144 }
12145 _ACEOF
12146 if ac_fn_c_try_compile "$LINENO"; then :
12147  ac_cv_struct_tm=time.h
12148 else
12149  ac_cv_struct_tm=sys/time.h
12150 fi
12151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12152 fi
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
12154 $as_echo "$ac_cv_struct_tm" >&6; }
12155 if test $ac_cv_struct_tm = sys/time.h; then
12156
12157 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
12158
12159 fi
12160
12125  
12126  
12127   for ac_prog in 'bison -y' byacc
# Line 12550 | Line 12514 | fi
12514   fi
12515  
12516  
12517 < for ac_func in strlcpy strlcat socket
12517 > for ac_func in strlcpy strlcat
12518   do :
12519    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12520   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
# Line 13325 | Line 13289 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
13289   # report actual input values of CONFIG_FILES etc. instead of their
13290   # values after options handling.
13291   ac_log="
13292 < This file was extended by hopm $as_me 1.0.0beta1, which was
13292 > This file was extended by hopm $as_me 1.0.0beta2, which was
13293   generated by GNU Autoconf 2.69.  Invocation command line was
13294  
13295    CONFIG_FILES    = $CONFIG_FILES
# Line 13391 | Line 13355 | _ACEOF
13355   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13356   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13357   ac_cs_version="\\
13358 < hopm config.status 1.0.0beta1
13358 > hopm config.status 1.0.0beta2
13359   configured by $0, generated by GNU Autoconf 2.69,
13360    with options \\"\$ac_cs_config\\"
13361  

Diff Legend

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