On Tue, 6 Sep 2011, Norbert Thiebaud wrote:
On Tue, Sep 6, 2011 at 4:39 PM, Peter Foley <pefoley2@verizon.net> wrote:
Hi,
Both autogen.lastrun and config.parms seem to have the same purpose, to
store the ./configure command line.
Not quite. autogen.last run save the command line given to
autgogen.sh. that is _before_ substitution of things like
-with-config=<foo> for instance.
furthermore the content of config.parms has changed over time... at
one point not that long ago it was not containing anything remotely
close to autogen.lastrun
for instance on my Mac, which has autoconf 2.61
$ >cat config.parms
/usr/local/share/config.site /usr/local/etc/config.site
We should only need one, but I'm not
sure which one would be better to get rid of. Suggestions?
you cannot get rid of config.parms, since that would require patching autoconf
config.parms is created by this snippet in configure.in:
echo "$@" > config.parms
So it wouldn't actualy require patching autoconf to remove.
Thanks,
Peter
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.