Changeset 2421


Ignore:
Timestamp:
03/13/10 02:53:06 (5 months ago)
Author:
aturner
Message:

update autotools. fixes #423

Location:
branches/3.4
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/aclocal.m4

    r2370 r2421  
    1 # generated automatically by aclocal 1.11 -*- Autoconf -*- 
     1# generated automatically by aclocal 1.11.1 -*- Autoconf -*- 
    22 
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
     
    1414m4_ifndef([AC_AUTOCONF_VERSION], 
    1515  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 
    16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, 
    17 [m4_warning([this file was generated for autoconf 2.63. 
     16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, 
     17[m4_warning([this file was generated for autoconf 2.65. 
    1818You have another version of autoconf.  It may work, but is not guaranteed to. 
    1919If you have problems, you may need to regenerate the build system entirely. 
     
    78607860# Generated from ltversion.in. 
    78617861 
    7862 # serial 3012 ltversion.m4 
     7862# serial 3017 ltversion.m4 
    78637863# This file is part of GNU Libtool 
    78647864 
    7865 m4_define([LT_PACKAGE_VERSION], [2.2.6]) 
    7866 m4_define([LT_PACKAGE_REVISION], [1.3012]) 
     7865m4_define([LT_PACKAGE_VERSION], [2.2.6b]) 
     7866m4_define([LT_PACKAGE_REVISION], [1.3017]) 
    78677867 
    78687868AC_DEFUN([LTVERSION_VERSION], 
    7869 [macro_version='2.2.6' 
    7870 macro_revision='1.3012' 
     7869[macro_version='2.2.6b' 
     7870macro_revision='1.3017' 
    78717871_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 
    78727872_LT_DECL(, macro_revision, 0) 
     
    79817981dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 
    79827982dnl require some minimum version.  Point them to the right macro. 
    7983 m4_if([$1], [1.11], [], 
     7983m4_if([$1], [1.11.1], [], 
    79847984      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 
    79857985]) 
     
    79977997# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 
    79987998AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 
    7999 [AM_AUTOMAKE_VERSION([1.11])dnl 
     7999[AM_AUTOMAKE_VERSION([1.11.1])dnl 
    80008000m4_ifndef([AC_AUTOCONF_VERSION], 
    80018001  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 
  • branches/3.4/config/config.guess

    r2370 r2421  
    22# Attempt to guess a canonical system name. 
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 
    4 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
     4#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 
    55#   Free Software Foundation, Inc. 
    66 
    7 timestamp='2009-04-27' 
     7timestamp='2009-11-20' 
    88 
    99# This file is free software; you can redistribute it and/or modify it 
     
    2828 
    2929 
    30 # Originally written by Per Bothner <per@bothner.com>. 
    31 # Please send patches to <config-patches@gnu.org>.  Submit a context 
    32 # diff and a properly formatted ChangeLog entry. 
     30# Originally written by Per Bothner.  Please send patches (context 
     31# diff format) to <config-patches@gnu.org> and include a ChangeLog 
     32# entry. 
    3333# 
    3434# This script attempts to guess a canonical system name similar to 
     
    3636# exits with 0.  Otherwise, it exits with 1. 
    3737# 
    38 # The plan is that this can be called by configure scripts if you 
    39 # don't specify an explicit build system type. 
     38# You can get the latest version of this script from: 
     39# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD 
    4040 
    4141me=`echo "$0" | sed -e 's,.*/,,'` 
     
    171171                eval $set_cc_for_build 
    172172                if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 
    173                         | grep __ELF__ >/dev/null 
     173                        | grep -q __ELF__ 
    174174                then 
    175175                    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). 
     
    334334        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 
    335335        exit ;; 
     336    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) 
     337        echo i386-pc-auroraux${UNAME_RELEASE} 
     338        exit ;; 
    336339    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) 
    337340        eval $set_cc_for_build 
     
    657660 
    658661            if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | 
    659                 grep __LP64__ >/dev/null 
     662                grep -q __LP64__ 
    660663            then 
    661664                HP_ARCH="hppa2.0w" 
     
    808811        echo ${UNAME_MACHINE}-pc-pw32 
    809812        exit ;; 
    810     *:Interix*:[3456]*) 
     813    *:Interix*:*) 
    811814        case ${UNAME_MACHINE} in 
    812815            x86) 
    813816                echo i586-pc-interix${UNAME_RELEASE} 
    814817                exit ;; 
    815             EM64T | authenticamd | genuineintel) 
     818            authenticamd | genuineintel | EM64T) 
    816819                echo x86_64-unknown-interix${UNAME_RELEASE} 
    817820                exit ;; 
     
    823826        echo i${UNAME_MACHINE}-pc-mks 
    824827        exit ;; 
     828    8664:Windows_NT:*) 
     829        echo x86_64-pc-mks 
     830        exit ;; 
    825831    i*:Windows_NT*:* | Pentium*:Windows_NT*:*) 
    826832        # How do we know it's Interix rather than the generic POSIX subsystem? 
     
    851857    i*86:Minix:*:*) 
    852858        echo ${UNAME_MACHINE}-pc-minix 
    853         exit ;; 
    854     arm*:Linux:*:*) 
    855         eval $set_cc_for_build 
    856         if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ 
    857             | grep -q __ARM_EABI__ 
    858         then 
    859             echo ${UNAME_MACHINE}-unknown-linux-gnu 
    860         else 
    861             echo ${UNAME_MACHINE}-unknown-linux-gnueabi 
    862         fi 
    863         exit ;; 
    864     avr32*:Linux:*:*) 
    865         echo ${UNAME_MACHINE}-unknown-linux-gnu 
    866         exit ;; 
    867     cris:Linux:*:*) 
    868         echo cris-axis-linux-gnu 
    869         exit ;; 
    870     crisv32:Linux:*:*) 
    871         echo crisv32-axis-linux-gnu 
    872         exit ;; 
    873     frv:Linux:*:*) 
    874         echo frv-unknown-linux-gnu 
    875         exit ;; 
    876     ia64:Linux:*:*) 
    877         echo ${UNAME_MACHINE}-unknown-linux-gnu 
    878         exit ;; 
    879     m32r*:Linux:*:*) 
    880         echo ${UNAME_MACHINE}-unknown-linux-gnu 
    881         exit ;; 
    882     m68*:Linux:*:*) 
    883         echo ${UNAME_MACHINE}-unknown-linux-gnu 
    884         exit ;; 
    885     mips:Linux:*:*) 
    886         eval $set_cc_for_build 
    887         sed 's/^        //' << EOF >$dummy.c 
    888         #undef CPU 
    889         #undef mips 
    890         #undef mipsel 
    891         #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) 
    892         CPU=mipsel 
    893         #else 
    894         #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) 
    895         CPU=mips 
    896         #else 
    897         CPU= 
    898         #endif 
    899         #endif 
    900 EOF 
    901         eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 
    902             /^CPU/{ 
    903                 s: ::g 
    904                 p 
    905             }'`" 
    906         test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 
    907         ;; 
    908     mips64:Linux:*:*) 
    909         eval $set_cc_for_build 
    910         sed 's/^        //' << EOF >$dummy.c 
    911         #undef CPU 
    912         #undef mips64 
    913         #undef mips64el 
    914         #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) 
    915         CPU=mips64el 
    916         #else 
    917         #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) 
    918         CPU=mips64 
    919         #else 
    920         CPU= 
    921         #endif 
    922         #endif 
    923 EOF 
    924         eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 
    925             /^CPU/{ 
    926                 s: ::g 
    927                 p 
    928             }'`" 
    929         test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 
    930         ;; 
    931     or32:Linux:*:*) 
    932         echo or32-unknown-linux-gnu 
    933         exit ;; 
    934     ppc:Linux:*:*) 
    935         echo powerpc-unknown-linux-gnu 
    936         exit ;; 
    937     ppc64:Linux:*:*) 
    938         echo powerpc64-unknown-linux-gnu 
    939859        exit ;; 
    940860    alpha:Linux:*:*) 
     
    948868          EV68*) UNAME_MACHINE=alphaev68 ;; 
    949869        esac 
    950         objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null 
     870        objdump --private-headers /bin/sh | grep -q ld.so.1 
    951871        if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi 
    952872        echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} 
    953873        exit ;; 
     874    arm*:Linux:*:*) 
     875        eval $set_cc_for_build 
     876        if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ 
     877            | grep -q __ARM_EABI__ 
     878        then 
     879            echo ${UNAME_MACHINE}-unknown-linux-gnu 
     880        else 
     881            echo ${UNAME_MACHINE}-unknown-linux-gnueabi 
     882        fi 
     883        exit ;; 
     884    avr32*:Linux:*:*) 
     885        echo ${UNAME_MACHINE}-unknown-linux-gnu 
     886        exit ;; 
     887    cris:Linux:*:*) 
     888        echo cris-axis-linux-gnu 
     889        exit ;; 
     890    crisv32:Linux:*:*) 
     891        echo crisv32-axis-linux-gnu 
     892        exit ;; 
     893    frv:Linux:*:*) 
     894        echo frv-unknown-linux-gnu 
     895        exit ;; 
     896    i*86:Linux:*:*) 
     897        LIBC=gnu 
     898        eval $set_cc_for_build 
     899        sed 's/^        //' << EOF >$dummy.c 
     900        #ifdef __dietlibc__ 
     901        LIBC=dietlibc 
     902        #endif 
     903EOF 
     904        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` 
     905        echo "${UNAME_MACHINE}-pc-linux-${LIBC}" 
     906        exit ;; 
     907    ia64:Linux:*:*) 
     908        echo ${UNAME_MACHINE}-unknown-linux-gnu 
     909        exit ;; 
     910    m32r*:Linux:*:*) 
     911        echo ${UNAME_MACHINE}-unknown-linux-gnu 
     912        exit ;; 
     913    m68*:Linux:*:*) 
     914        echo ${UNAME_MACHINE}-unknown-linux-gnu 
     915        exit ;; 
     916    mips:Linux:*:* | mips64:Linux:*:*) 
     917        eval $set_cc_for_build 
     918        sed 's/^        //' << EOF >$dummy.c 
     919        #undef CPU 
     920        #undef ${UNAME_MACHINE} 
     921        #undef ${UNAME_MACHINE}el 
     922        #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) 
     923        CPU=${UNAME_MACHINE}el 
     924        #else 
     925        #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) 
     926        CPU=${UNAME_MACHINE} 
     927        #else 
     928        CPU= 
     929        #endif 
     930        #endif 
     931EOF 
     932        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` 
     933        test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 
     934        ;; 
     935    or32:Linux:*:*) 
     936        echo or32-unknown-linux-gnu 
     937        exit ;; 
    954938    padre:Linux:*:*) 
    955939        echo sparc-unknown-linux-gnu 
     940        exit ;; 
     941    parisc64:Linux:*:* | hppa64:Linux:*:*) 
     942        echo hppa64-unknown-linux-gnu 
    956943        exit ;; 
    957944    parisc:Linux:*:* | hppa:Linux:*:*) 
     
    963950        esac 
    964951        exit ;; 
    965     parisc64:Linux:*:* | hppa64:Linux:*:*) 
    966         echo hppa64-unknown-linux-gnu 
     952    ppc64:Linux:*:*) 
     953        echo powerpc64-unknown-linux-gnu 
     954        exit ;; 
     955    ppc:Linux:*:*) 
     956        echo powerpc-unknown-linux-gnu 
    967957        exit ;; 
    968958    s390:Linux:*:* | s390x:Linux:*:*) 
     
    987977        echo ${UNAME_MACHINE}-unknown-linux-gnu 
    988978        exit ;; 
    989     i*86:Linux:*:*) 
    990         # The BFD linker knows what the default object file format is, so 
    991         # first see if it will tell us. cd to the root directory to prevent 
    992         # problems with other programs or directories called `ld' in the path. 
    993         # Set LC_ALL=C to ensure ld outputs messages in English. 
    994         ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ 
    995                          | sed -ne '/supported targets:/!d 
    996                                     s/[         ][      ]*/ /g 
    997                                     s/.*supported targets: *// 
    998                                     s/ .*// 
    999                                     p'` 
    1000         case "$ld_supported_targets" in 
    1001           elf32-i386) 
    1002                 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" 
    1003                 ;; 
    1004           a.out-i386-linux) 
    1005                 echo "${UNAME_MACHINE}-pc-linux-gnuaout" 
    1006                 exit ;; 
    1007           "") 
    1008                 # Either a pre-BFD a.out linker (linux-gnuoldld) or 
    1009                 # one that does not give us useful --help. 
    1010                 echo "${UNAME_MACHINE}-pc-linux-gnuoldld" 
    1011                 exit ;; 
    1012         esac 
    1013         # Determine whether the default compiler is a.out or elf 
    1014         eval $set_cc_for_build 
    1015         sed 's/^        //' << EOF >$dummy.c 
    1016         #include <features.h> 
    1017         #ifdef __ELF__ 
    1018         # ifdef __GLIBC__ 
    1019         #  if __GLIBC__ >= 2 
    1020         LIBC=gnu 
    1021         #  else 
    1022         LIBC=gnulibc1 
    1023         #  endif 
    1024         # else 
    1025         LIBC=gnulibc1 
    1026         # endif 
    1027         #else 
    1028         #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) 
    1029         LIBC=gnu 
    1030         #else 
    1031         LIBC=gnuaout 
    1032         #endif 
    1033         #endif 
    1034         #ifdef __dietlibc__ 
    1035         LIBC=dietlibc 
    1036         #endif 
    1037 EOF 
    1038         eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 
    1039             /^LIBC/{ 
    1040                 s: ::g 
    1041                 p 
    1042             }'`" 
    1043         test x"${LIBC}" != x && { 
    1044                 echo "${UNAME_MACHINE}-pc-linux-${LIBC}" 
    1045                 exit 
    1046         } 
    1047         test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } 
    1048         ;; 
    1049979    i*86:DYNIX/ptx:4*:*) 
    1050980        # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. 
     
    10751005        echo ${UNAME_MACHINE}-pc-syllable 
    10761006        exit ;; 
    1077     i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) 
     1007    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) 
    10781008        echo i386-unknown-lynxos${UNAME_RELEASE} 
    10791009        exit ;; 
     
    11831113        echo rs6000-unknown-lynxos${UNAME_RELEASE} 
    11841114        exit ;; 
    1185     PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) 
     1115    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) 
    11861116        echo powerpc-unknown-lynxos${UNAME_RELEASE} 
    11871117        exit ;; 
     
    12761206        UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown 
    12771207        case $UNAME_PROCESSOR in 
     1208            i386) 
     1209                eval $set_cc_for_build 
     1210                if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then 
     1211                  if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ 
     1212                      (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ 
     1213                      grep IS_64BIT_ARCH >/dev/null 
     1214                  then 
     1215                      UNAME_PROCESSOR="x86_64" 
     1216                  fi 
     1217                fi ;; 
    12781218            unknown) UNAME_PROCESSOR=powerpc ;; 
    12791219        esac 
  • branches/3.4/config/config.sub

    r2370 r2421  
    22# Configuration validation subroutine script. 
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 
    4 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
     4#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 
    55#   Free Software Foundation, Inc. 
    66 
    7 timestamp='2009-04-17' 
     7timestamp='2009-11-20' 
    88 
    99# This file is (in principle) common to ALL GNU software. 
     
    3333 
    3434# Please send patches to <config-patches@gnu.org>.  Submit a context 
    35 # diff and a properly formatted ChangeLog entry. 
     35# diff and a properly formatted GNU ChangeLog entry. 
    3636# 
    3737# Configuration subroutine to validate and canonicalize a configuration type. 
     
    3939# If it is invalid, we print an error message on stderr and exit with code 1. 
    4040# Otherwise, we print the canonical config type on stdout and succeed. 
     41 
     42# You can get the latest version of this script from: 
     43# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD 
    4144 
    4245# This file is supposed to be the same for all GNU packages 
     
    150153        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 
    151154        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ 
    152         -apple | -axis | -knuth | -cray) 
     155        -apple | -axis | -knuth | -cray | -microblaze) 
    153156                os= 
    154157                basic_machine=$1 
     158                ;; 
     159        -bluegene*) 
     160                os=-cnk 
    155161                ;; 
    156162        -sim | -cisco | -oki | -wec | -winbond) 
     
    282288        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 
    283289        | pyramid \ 
     290        | rx \ 
    284291        | score \ 
    285292        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 
     
    289296        | spu | strongarm \ 
    290297        | tahoe | thumb | tic4x | tic80 | tron \ 
     298        | ubicom32 \ 
    291299        | v850 | v850e \ 
    292300        | we32k \ 
     
    295303                basic_machine=$basic_machine-unknown 
    296304                ;; 
    297         m6811 | m68hc11 | m6812 | m68hc12) 
     305        m6811 | m68hc11 | m6812 | m68hc12 | picochip) 
    298306                # Motorola 68HC11/12. 
    299307                basic_machine=$basic_machine-unknown 
     
    338346        | m32c-* | m32r-* | m32rle-* \ 
    339347        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 
    340         | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ 
     348        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ 
    341349        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 
    342350        | mips16-* \ 
     
    366374        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ 
    367375        | pyramid-* \ 
    368         | romp-* | rs6000-* \ 
     376        | romp-* | rs6000-* | rx-* \ 
    369377        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 
    370378        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 
     
    375383        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ 
    376384        | tron-* \ 
     385        | ubicom32-* \ 
    377386        | v850-* | v850e-* | vax-* \ 
    378387        | we32k-* \ 
     
    467476                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` 
    468477                os=-linux 
     478                ;; 
     479        bluegene*) 
     480                basic_machine=powerpc-ibm 
     481                os=-cnk 
    469482                ;; 
    470483        c90) 
     
    719732                basic_machine=ns32k-utek 
    720733                os=-sysv 
     734                ;; 
     735        microblaze) 
     736                basic_machine=microblaze-xilinx 
    721737                ;; 
    722738        mingw32) 
     
    12411257        # that might get confused with valid system types. 
    12421258        # -solaris* is a basic system type, with this one exception. 
     1259        -auroraux) 
     1260                os=-auroraux 
     1261                ;; 
    12431262        -solaris1 | -solaris1.*) 
    12441263                os=`echo $os | sed -e 's|solaris1|sunos4|'` 
     
    12611280        # -sysv* is not here because it comes later, after sysvr4. 
    12621281        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 
    1263               | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ 
    1264               | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 
    1265               | -kopensolaris* \ 
     1282              | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ 
     1283              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ 
     1284              | -sym* | -kopensolaris* \ 
    12661285              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ 
    12671286              | -aos* | -aros* \ 
     
    12841303              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 
    12851304              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 
    1286               | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) 
     1305              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) 
    12871306        # Remember, each alternative MUST END IN *, to match a version number. 
    12881307                ;; 
     
    16141633                                vendor=sun 
    16151634                                ;; 
    1616                         -aix*) 
     1635                        -cnk*|-aix*) 
    16171636                                vendor=ibm 
    16181637                                ;; 
  • branches/3.4/config/ltmain.sh

    r2107 r2421  
    11# Generated from ltmain.m4sh. 
    22 
    3 # ltmain.sh (GNU libtool) 2.2.6 
     3# ltmain.sh (GNU libtool) 2.2.6b 
    44# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 
    55 
     
    6666#       compiler flags:         $LTCFLAGS 
    6767#       linker:         $LD (gnu? $with_gnu_ld) 
    68 #       $progname:              (GNU libtool) 2.2.6 
     68#       $progname:              (GNU libtool) 2.2.6b 
    6969#       automake:               $automake_version 
    7070#       autoconf:               $autoconf_version 
     
    7474PROGRAM=ltmain.sh 
    7575PACKAGE=libtool 
    76 VERSION=2.2.6 
     76VERSION=2.2.6b 
    7777TIMESTAMP="" 
    78 package_revision=1.3012 
     78package_revision=1.3017 
    7979 
    8080# Be Bourne compatible 
     
    117117: ${CP="cp -f"} 
    118118: ${ECHO="echo"} 
    119 : ${EGREP="/usr/bin/grep -E"} 
    120 : ${FGREP="/usr/bin/grep -F"} 
    121 : ${GREP="/usr/bin/grep"} 
     119: ${EGREP="/bin/grep -E"} 
     120: ${FGREP="/bin/grep -F"} 
     121: ${GREP="/bin/grep"} 
    122122: ${LN_S="ln -s"} 
    123123: ${MAKE="make"} 
     
    125125: ${MV="mv -f"} 
    126126: ${RM="rm -f"} 
    127 : ${SED="/opt/local/bin/gsed"} 
     127: ${SED="/bin/sed"} 
    128128: ${SHELL="${CONFIG_SHELL-/bin/sh}"} 
    129129: ${Xsed="$SED -e 1s/^X//"} 
  • branches/3.4/configure.ac

    r2371 r2421  
    2020MICRO_VERSION=3 
    2121TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION 
     22PACKAGE_URL=http://tcpreplay.synfin.net/ 
    2223 
    2324dnl Release is only used for the RPM spec file 
  • branches/3.4/m4/ltversion.m4

    r2109 r2421  
    1010# Generated from ltversion.in. 
    1111 
    12 # serial 3012 ltversion.m4 
     12# serial 3017 ltversion.m4 
    1313# This file is part of GNU Libtool 
    1414 
    15 m4_define([LT_PACKAGE_VERSION], [2.2.6]) 
    16 m4_define([LT_PACKAGE_REVISION], [1.3012]) 
     15m4_define([LT_PACKAGE_VERSION], [2.2.6b]) 
     16m4_define([LT_PACKAGE_REVISION], [1.3017]) 
    1717 
    1818AC_DEFUN([LTVERSION_VERSION], 
    19 [macro_version='2.2.6' 
    20 macro_revision='1.3012' 
     19[macro_version='2.2.6b' 
     20macro_revision='1.3017' 
    2121_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 
    2222_LT_DECL(, macro_revision, 0) 
  • branches/3.4/src/config.h.in

    r2196 r2421  
    300300#undef HAVE_STRTOULL 
    301301 
    302 /* Define to 1 if `tv_sec' is member of `struct timeval'. */ 
     302/* Define to 1 if `tv_sec' is a member of `struct timeval'. */ 
    303303#undef HAVE_STRUCT_TIMEVAL_TV_SEC 
    304304 
     
    445445/* Define to the one symbol short name of this package. */ 
    446446#undef PACKAGE_TARNAME 
     447 
     448/* Define to the home page for this package. */ 
     449#undef PACKAGE_URL 
    447450 
    448451/* Define to the version of this package. */ 
Note: See TracChangeset for help on using the changeset viewer.