b549a1416b
- fix build with gcc-3.4; - fix sortedp.c and zbogotest to handle empty files properly; - add a 'test' target; - use INFO and PLIST_FILES and nuke pkg-plist. And yes, I know that adding HAVE_STRING_H to config.h.in is somewhat hackish; the proper fix - a string.h check in configure.in - is on its way to the bogosort developers :)
7 lines
181 B
C
7 lines
181 B
C
--- config.h.in.orig Wed Aug 11 16:11:07 2004
|
|
+++ config.h.in Wed Aug 11 16:11:13 2004
|
|
@@ -51,3 +51,4 @@
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
+#define HAVE_STRING_H 1
|