# HG changeset patch # User Stefan Monnier # Date 1208367220 0 # Node ID 4bbc5d00d3eb167065ebaa7b385e5b1896e7d127 # Parent 842d446b22d95fad9e141271f0ced87541f4c3c7 Replace the obsolete macros AC_AIX and AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS. diff -r 842d446b22d9 -r 4bbc5d00d3eb ChangeLog --- a/ChangeLog Wed Apr 16 14:10:34 2008 +0000 +++ b/ChangeLog Wed Apr 16 17:33:40 2008 +0000 @@ -1,3 +1,8 @@ +2008-04-16 Yavor Doganov (tiny change) + + * configure.in: Replace the obsolete macros AC_AIX and + AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS. + 2008-04-05 Andreas Schwab * configure.in: No longer create admin/unidata/Makefile. diff -r 842d446b22d9 -r 4bbc5d00d3eb configure.in --- a/configure.in Wed Apr 16 14:10:34 2008 +0000 +++ b/configure.in Wed Apr 16 17:33:40 2008 +0000 @@ -852,8 +852,7 @@ fi dnl checks for Unix variants -AC_AIX -AC_GNU_SOURCE +AC_USE_SYSTEM_EXTENSIONS ### Use -Wno-pointer-sign if the compiler supports it AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign])