emacs-devel
[Top][All Lists]
Advanced

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

Re: Some questions about Autotools in Emacs


From: Andreas Schwab
Subject: Re: Some questions about Autotools in Emacs
Date: Mon, 23 Dec 2013 16:15:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Xue Fuqiao <address@hidden> writes:

> 1) In configure.ac, I found a
>    "AC_CONFIG_HEADER(src/config.h:src/config.in)".  I can only find the
>    macro `AC_CONFIG_HEADERS' in the Autoconf (2.69) manual.  Why?
>    What's the differences of the two macros?

AC_CONFIG_HEADER is an obsolete macro, identical to AC_CONFIG_HEADERS
without the optional arguments.  I have replaced it now.

> 2) I only found a Makefile.am in the lib/ directory.  Does Emacs use
>    Automake?  If so, how?

lib/ is imported from gnulib, which uses automake.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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