Proper way to tell aclocal about ./m4?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: autoconf@xxxxxxx
- Subject: Proper way to tell aclocal about ./m4?
- From: "Kevin P. Fleming" <kpfleming@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Oct 2003 10:38:54 -0700
- Organization: Back to Basics Network Management
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925
I have created an m4 directory in my source tree, and put some macros
downloaded from the autoconf macro archive in there. I also added
AC_CONFIG_MACRO_DIR([m4])
to configure.ac, and this causes autoreconf to (correctly) put
libtool.m4 and ltdl.m4 into the m4 directory.
However, aclocal does not pick up the contents of this directory into
aclocal.m4 unless I add
ACLOCAL_FLAGS=-I m4
to Makefile.am. Is this the proper way to get aclocal to pick up these
macros?
[Index of Archives]
[GCC Help]
[Kernel Discussion]
[RPM Discussion]
[Red Hat Development]
[Yosemite News]
[Linux USB]
[Samba]