Fix more C++ link errors on Solaris 8.
[pspp] / modules / sysexits
index 53a68d3e4a65e8fc52cb5dba02887b7fc06cec45..fc47260f98f73c94f464c10af52f5be63776c64f 100644 (file)
@@ -22,6 +22,7 @@ sysexits.h: sysexits.in.h
          sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
+             -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
              -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
              < $(srcdir)/sysexits.in.h; \
        } > $@-t && \
@@ -29,10 +30,10 @@ sysexits.h: sysexits.in.h
 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
 
 Include:
-#include <sysexits.h>
+<sysexits.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson