/[libtool]/libtool/libtool.m4
ViewVC logotype

Diff of /libtool/libtool.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.314.2.100 by rwild, Thu Aug 18 06:18:01 2005 UTC revision 1.314.2.101 by rwild, Thu Aug 18 06:56:19 2005 UTC
# Line 1367  kfreebsd*-gnu) Line 1367  kfreebsd*-gnu)
1367  freebsd* | dragonfly*)  freebsd* | dragonfly*)
1368    # DragonFly does not have aout.  When/if they implement a new    # DragonFly does not have aout.  When/if they implement a new
1369    # versioning mechanism, adjust this.    # versioning mechanism, adjust this.
1370    objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`    if test -x /usr/bin/objformat; then
1371        objformat=`/usr/bin/objformat`
1372      else
1373        case $host_os in
1374        freebsd[[123]]*) objformat=aout ;;
1375        *) objformat=elf ;;
1376        esac
1377      fi
1378    version_type=freebsd-$objformat    version_type=freebsd-$objformat
1379    case $version_type in    case $version_type in
1380      freebsd-elf*)      freebsd-elf*)

Legend:
Removed from v.1.314.2.100  
changed lines
  Added in v.1.314.2.101

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26