Hi, I want to ask a question. Whether does "ACLOCAL_AMFLAGS= -I @path" only work for "Makefile.am"?
The GDAL project combines both autotools and ordinary makefile mechanism. And it use another template file 'GDALmake.opt.in' instead of 'Makefile.am'. When I extend this library, I can't use autoreconf to update the 'configure' file to contain my own *.m4 file, because the ACLOCAL_AMFLAGS is not passed to aclocal by autoreconf. And autoreconf can't receive the parameter "-I @path" as its help document said either. Then I have to run aclocal, autoconf, autoheader, etc manually step by step which is not so comfortable. Thanks! -- View this message in context: http://old.nabble.com/need-to-set-ACLOCAL_AMFLAGS-along-with-AC_CONFIG_MACRO_DIR-tp16202573p29717113.html Sent from the Gnu - Autoconf - Bugs mailing list archive at Nabble.com.