autoconf
[Top][All Lists]
Advanced

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

Re: biginner in an embedded program


From: Eric Blake
Subject: Re: biginner in an embedded program
Date: Tue, 28 Apr 2009 05:58:23 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to ORMANCEY Nicolas on 4/27/2009 4:13 AM:
> As I said above, I'm an absolute beginner of autotools and I understand
> quite nothing to it

You may find it helpful to read a good tutorial first.  For example,
http://www.gnu.org/software/automake/manual/automake.html#Autotools-Introduction

> So I understood that I have to add autoconf macro on configure.ac and
> Makefile.in.

Macros go directly in configure.ac (but that doesn't scale well), in
aclocal.m4 (if you don't use automake), or in acinclude.m4 via an include
directory (if you do use automake).  Makefile.in is generated by automake
from Makefile.am, but does not contain macros.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkn2718ACgkQ84KuGfSFAYCmCACfb6JVFzqofVC4z8oUjn1UiFLZ
+dAAn1xkG32OqfpjNFHTj2qMdmrQnxCn
=UjYu
-----END PGP SIGNATURE-----




reply via email to

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