Changeset 1755 in Sophya for trunk/ArchTOIPipe/configure.in


Ignore:
Timestamp:
Nov 13, 2001, 4:16:39 PM (24 years ago)
Author:
aubourg
Message:

iostream pour magique...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure.in

    r1751 r1755  
    3131AC_PROG_CC
    3232AC_PROG_CXX
     33if test -x /usr/bin/ar; then
    3334AC_PATH_PROG(AR, ar, /usr/bin/ar, /usr/bin:$PATH)
     35else
     36AC_CHECK_PROG(AR, ar)
     37fi
     38if test -x /usr/bin/ranlib; then
    3439AC_PATH_PROG(RANLIB, ranlib, /usr/bin/ranlib, /usr/bin:$PATH)
     40else
     41AC_PROG_RANLIB
     42fi
    3543AC_PROG_INSTALL
    3644
Note: See TracChangeset for help on using the changeset viewer.