This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
How can I make the Makefile pass options to autoconf when configure.ac is updated?
- From: "Stephano Mariani" <sk dot mail at btinternet dot com>
- To: <autoconf at gnu dot org>,<automake at gnu dot org>
- Date: Sat, 16 Mar 2002 20:40:06 -0000
- Subject: How can I make the Makefile pass options to autoconf when configure.ac is updated?
I need to pass a --m4dir to autoconf to generate the configure script
correctly, how can I do this so that whenever configure regenerated by
the automake rule:
cd . && /bin/sh /path/to/project/missing --run aclocal
cd . && \
/bin/sh /path/to/project/missing --run automake --foreign Makefile
cd . && /bin/sh //path/to/project/missing --run autoconf
(In `missing` perhaps?) It passes this option?
TIA,
Stephano Mariani
PS: I did not know which list this applied to so sorry for the
cross-post.