From: Rafael L. <rla...@us...> - 2003-09-20 08:00:33
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv22992 Modified Files: configure.ac Log Message: Quick hack to avoid garbage being stored in the reconfig script when configure is called recursively with the --fallback-echo option (for instance, this happens for the checks of maximum command length by the libtool configuration). This problem made surface now that we decided to use Libtool 1.5 instead of 1.4. However, it could have arisen before, because the --falback option and the implicit rule that the configure script can be called recursively using this option have always been present in autoconf. In sum, we might try in the future to restructure configure.ac, in particular rethinking about the non-orthodox stuff before AC_INIT. At any rate, the generation of the reconfig script has been superseded by "./config.status --recheck". |