On 10/09/2012 11:53 PM, Sujit Devkar wrote:
> Dear Sir/Madam,
> 
> I am trying to install jar files in Makefile.am.

Then perhaps this is a question better asked on the automake lists.

> My project needs to be extracted before make.

Why?  Can't you write make rules to do the extraction, or are you trying
to extract makefiles?

> How can I include jar files and extract them before running make
> in my project?

Are you trying to extract files at the same point where Makefile is
created from Makefile.in during the run of 'config.status'?  If so, then
it sounds like you are talking about functionality given by
AC_CONFIG_COMMANDS in your configure.ac.

-- 
Eric Blake   [email protected]    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Autoconf mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to