[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Determining previous configure command used to build lynx
From: |
Keith Bowes |
Subject: |
Re: [Lynx-dev] Determining previous configure command used to build lynx |
Date: |
Tue, 3 Apr 2012 20:09:31 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Je 2012-04-03 je 12:49:26 (+0100) Mark Skilbeck skribis:
> Just me again.
>
> If I've compiled lynx from source, can I determine the configure command
> (and options) that was used to compile it? I've lost the command from my
> terminal command history and can't remember all the options I used.
>
If you've saved the source, the configure options are stored in
config.status. For example, to reconfigure based on your previous
options:
./config.status --recheck # recheck what's available on your system
./config.status # regenerate the files in AC_OUTPUT