Noldar
11-14-2002, 03:52 PM
If a package has been installed with the GNU configure utility is there any easy way to determine what options were used when it was installed?
Thanks,
Richard
Thanks,
Richard
![]() | View Full Version : Determing configure Options Used Noldar 11-14-2002, 03:52 PM If a package has been installed with the GNU configure utility is there any easy way to determine what options were used when it was installed? Thanks, Richard Mdot 11-14-2002, 04:29 PM configure is not an utility, it is script and it's usually made by the same people who made software, not by GNU.. Noldar 11-14-2002, 04:44 PM Yes, configure is a script, but it is created with the GNU configure and build system using autoconf and automake when putting together a package to make it easier to configure and install. |