diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-06-12 06:06:06 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-06-12 06:06:06 +0800 |
commit | 2ab162417f029ac1ee8b3e9f25263bfc2a8ab725 (patch) | |
tree | c0a35eb7ac593e1fc1a02b1864476ea18f435f4e /macros/ChangeLog | |
parent | a1fe3ac8ff504bfc3c301b9a287ce19f93f9e337 (diff) | |
download | gsoc2013-evolution-2ab162417f029ac1ee8b3e9f25263bfc2a8ab725.tar.gz gsoc2013-evolution-2ab162417f029ac1ee8b3e9f25263bfc2a8ab725.tar.zst gsoc2013-evolution-2ab162417f029ac1ee8b3e9f25263bfc2a8ab725.zip |
Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by
* gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than
AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by warnings.
svn path=/trunk/; revision=260
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 707055b9c4..73a2c9a85f 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,12 +1,15 @@ 1998-06-11 Raja R Harinath <harinath@cs.umn.edu> + * gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than + AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by warnings. + * gnome-support.m4 (AC_PROG_AWK): Look for awk. (CROSS_COMPILING): Remove conditional. Wed Jun 10 14:19:39 EDT 1998 Gregory McLean <gregm@comstar.net> - * gnome-x-checks.m4: more tweeks to make building against gtk 1.0 and - gtk1.1 less painful. + * gnome-x-checks.m4: More tweeks to make building against gtk 1.0 + and gtk1.1 less painful. 1998-06-08 Martin Baulig <martin@home-of-linux.org> |