[Doxygen-users] configure script
Brought to you by:
dimitri
From: Volker B. <boe...@we...> - 2001-06-18 10:35:49
|
Hi, the new configure version checks the output of the install tool for option '--version' to decide if it is the gnu installer. More specific: The string 'GNU' is expected in the output. This works pretty for version 4.0: $ /usr/bin/install --version install (GNU fileutils) 4.0 But it doesn't work for the next version: $ install --version install (fileutils) 4.1 Written by David MacKenzie. Copyright (C) 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. The only common string is 'fileutils'. Configuration only works if use ./configure --install /usr/bin/install BTW why don't you use autoconf? Regards, Volker -- Volker Boerchers boe...@we... |