From 7316a2b57c54909629ecb6db0585a960a1fc2624 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 16 Apr 2008 17:34:43 +0000 Subject: [PATCH] Replace the obsolete macros AC_AIX and AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS. --- ChangeLog | 5 +++++ configure.in | 3 +-- lisp/ChangeLog | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae3692d784f..9833ddd7751 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/configure.in b/configure.in index 8e46bf995af..c6a0f059c00 100644 --- a/configure.in +++ b/configure.in @@ -852,8 +852,7 @@ then 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]) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 545ddb1ae5e..57185db2f7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,4 @@ -2008-04-16 Yoni Rabkin (tiny change) +2008-04-16 Yoni Rabkin * textmodes/artist.el: * progmodes/vhdl-mode.el: -- 2.39.5