Mercurial > emacs
changeset 94117:4bbc5d00d3eb
Replace the obsolete macros AC_AIX and
AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Apr 2008 17:33:40 +0000 |
parents | 842d446b22d9 |
children | 75036e17da20 |
files | ChangeLog configure.in |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <yavor@gnu.org> (tiny change) + + * configure.in: Replace the obsolete macros AC_AIX and + AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS. + 2008-04-05 Andreas Schwab <schwab@suse.de> * configure.in: No longer create admin/unidata/Makefile.
--- 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])