1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Avoid warnings from Sun CC and HP-UX aCC.

This commit is contained in:
Bruno Haible
2000-08-28 10:43:20 +00:00
parent b2354903c7
commit 71a393d4b3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2000-08-28 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
* lib/getopt.h (struct option): Use "const" also when compiling in
C++ mode. Avoids warnings from Sun CC and HP-UX aCC.
* doc/Makefile.in (docdir): Change from $(datadir)/doc/@PACKAGE@ to
$(prefix)/doc/@PACKAGE@, following the newest GNU standards.