aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-support.m42
2 files changed, 7 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 6c74d24e24..815ba5649f 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+1998-03-12 Raja R Harinath <harinath@cs.umn.edu>
+
+ * gnome-support.m4: Add a check for <linewrap.h> -- this enables
+ some optimizations when compiling `argp'.
+
Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Build vsnprintf.o, not vsnprint.o.
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index d05cad7fa2..d6645a3d89 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -18,6 +18,8 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
struct argp foo;
extern char *foo2;
foo.argp_domain = foo2;],,LIBOBJS="$LIBOBJS argp-ba.o argp-eexst.o argp-fmtstream.o argp-fs-xinl.o argp-help.o argp-parse.o argp-pv.o argp-pvh.o argp-xinl.o")
+ # This header enables some optimizations inside argp.
+ AC_CHECK_HEADERS(linewrap.h)
AC_TRY_LINK([#include <errno.h>],[
char *foo = program_invocation_short_name], [
wire-shell?id=8adc2e3d29caea6a5b7a4e1d20392df0c59e3996'>Fix some _DEPENDSantoine2015-01-251-1/+1 * - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,mva2014-10-201-3/+2 * Support stagebapt2014-03-252-449/+1 * Use setuptools for all Python ports.wg2013-12-162-13/+6 * - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationlwhsu2013-03-041-7/+3 * - update png to 1.5.10dinoex2012-06-011-1/+1 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * - Change my maintainer address.ashish2010-06-111-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Chase the vte shared lib version bump.marcus2009-06-031-0/+1 * These should actually be @dirrmtry.lx2008-06-301-5/+5