autoconf
[Top][All Lists]
Advanced

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

No AC_PROG_TAR?


From: narke
Subject: No AC_PROG_TAR?
Date: Tue, 12 Jul 2011 12:25:04 +0800

Hi,

I am writing a script.in file that is supposed to finally produce a
script.sh file by automake.  In this script.in, I like to refer the
full path name of two utilities:  sed and tar, hence I use @SED@ and
@TAR@ int my script.in as a place holder.  By add 'AC_PROG_SED‘ in my
configure.ac, I get the @SED@ works for me.  But since there is no
AC_PROG_TAR, I don't know how to make my @TAR@ works.

Can someone please give me a hint?  And, more generally, how to detect
the full path of an external program?

Thanks in advance.

-- 
Life is the only flaw in an otherwise perfect nonexistence
    -- Schopenhauer

narke
public key at http://subkeys.pgp.net:11371 (address@hidden)



reply via email to

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