automake
[Top][All Lists]
Advanced

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

How to pass '-p' flag to "install"?


From: Peter Simons
Subject: How to pass '-p' flag to "install"?
Date: 30 Aug 2005 15:51:53 +0200

Hi,

I need to specify the '-p' flag when "/usr/bin/install"ing
things because I have to retain the original timestamps of
the files -- regardless of whether it's a binary, a header
file, or just data. So I figured that running

 $ ./configure INSTALL="/usr/bin/install -p"

would do the trick, but unfortunately Automake 1.9.6
generates Makefiles that use $(install_sh) rather than
$(INSTALL). Is this intentional?

Any ideas how to solve this problem?

Peter





reply via email to

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