From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020408 Description of problem: If one uses 'configure.ac' rather than the old name 'configure.in', libtoolize will not find the correct CONFIG_AUX_DIR. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Write a configure.ac with AC_CONFIG_AUX_DIR(somedir) 2.run libtoolize 3.ls and ls somedir Actual Results: ltmain.sh has been put in . instead of in 'somedir' Expected Results: ltmain.sh should have been put in CONFIG_AUX_DIR 'somedir' Additional info: The bug is caused by using the hardcoded name 'confiure.in' instead of $configure_ac in libtoolize. The bug has been fix in libtools CVS, see: http://subversions.gnu.org/cgi-bin/cvsweb/libtool/libtoolize.in.diff?r1=1.15.2.1&r2=1.15.2.2 for the actual patch. PS. this problem is in RH7.3 and earlier too.
Thanks for the report. Should be fixed in libtool-1.4.2-11.