mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9f42acbb24
Make a histogram summarizing 'diff' output. PR: 14479 Submitted by: Trevor Johnson <trevor@jpj.net>
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
--- configure.in.orig Fri Jan 16 17:29:21 1998
|
|
+++ configure.in Fri Oct 22 21:56:59 1999
|
|
@@ -18,7 +18,7 @@
|
|
AC_CONST
|
|
AC_STDC_HEADERS
|
|
AC_HAVE_HEADERS(stdlib.h unistd.h)
|
|
-AC_HAVE_HEADERS(getopt.h string.h malloc.h)
|
|
+AC_HAVE_HEADERS(string.h)
|
|
AC_TYPE_SIZE_T
|
|
|
|
### output makefile and config.h
|