bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #106319] findutils configure should setup AR


From: Mike Frysinger
Subject: [sr #106319] findutils configure should setup AR
Date: Mon, 24 Mar 2008 20:37:17 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4

Follow-up Comment #2, sr #106319 (project findutils):

in the autotool world, you're supposed to use libtool to generate libraries
(even internal ones -- those are called convenience libraries)

at least that's my guess as to why there arent AR/RANLIB m4 macros already to
accomplish things

if i created a custom path and then created a custom wrapper/symlink in there
named "ar" to the real ar binary, then sure that'd "work".  but that sort of
defeats the purpose of autotools/package doing things for you ;)

the AC_CHECK_TOOL() macro is the recommended method for finding these sort of
utilities though ... if you check the autoconf manual, its example shows
pretty much the same thing

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?106319>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]