[Doxygen-users] Doxygen-1.2.8.1 and RH7.1
Brought to you by:
dimitri
From: Holger M. <hmu...@si...> - 2001-06-11 07:37:53
|
Hi Dimitri, thanks for release 1.2.8.1 which fixes (most) of the 1.2.8 bugs. I use RedHat 7.1 and have a new problem (?) with this release. You changed the install tool: (hmueller@mrwork)~/src/doxygen> cvs diff -r 1.69 configure Index: configure =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /u/kp3softd/cvsroot/configure,v retrieving revision 1.69 retrieving revision 1.70 diff -r1.69 -r1.70 3c3 < # $Id: configure,v 1.69 2001/06/04 14:15:19 dimitri Exp $ --- > # $Id: configure,v 1.70 2001/06/10 14:32:12 dimitri Exp $ 27c27 < f_insttool=3Dinstall --- > f_insttool=3Dginstall but RH 7.1 does not ship ginstall (only install), which is in fact ginstall: (hmueller@mrwork)~/src/doxygen> install --version install (GNU fileutils) 4.0.36 Written by David MacKenzie. Copyright (C) 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is N= O warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS= E. but (again ;-)) this is not the mayor problem. You forget to change the configure documentation: (hmueller@mrwork)~/src/doxygen> ./configure --help Usage: ./configure [--help] [--shared] [--static] [--release] [--debug] = =2E.... --install name Use `name' as the name of the GNU install tool [default: install] =2E.... Should be "default: ginstall". Prefered for me is of course the install tool instead of ginstall ;-) Cheers Holger -- = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Holger M=FCller, Dipl.-Ing. Tel: +49/7034/92584-= 77 Abt. DOTE - Entwicklung Fax: +49/7034/92584-99= sitronic GmbH Robert-Bosch-Str. 9 eMail: hmu...@si...= D-71116 Gaertringen URL: http://www.sitronic.com= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |