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


Ignore:
Timestamp:
Oct 19, 2001, 12:02:19 PM (24 years ago)
Author:
aubourg
Message:

meme probleme pour ranlib, usr/bin/ranlib prefere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure.in

    r1706 r1707  
    1919AC_PROG_CXX
    2020AC_PATH_PROG(AR, ar, /usr/bin/ar, /usr/bin:$PATH)
     21AC_PATH_PROG(RANLIB, ranlib, /usr/bin/ranlib, /usr/bin:$PATH)
    2122
    2223if test $GCC = "yes"; then
Note: See TracChangeset for help on using the changeset viewer.