Replace the obsolete macros AC_AIX and
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Apr 2008 17:34:43 +0000 (17:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Apr 2008 17:34:43 +0000 (17:34 +0000)
AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.

ChangeLog
configure.in
lisp/ChangeLog

index ae3692d..9833ddd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8e46bf9..c6a0f05 100644 (file)
@@ -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])
index 545ddb1..57185db 100644 (file)
@@ -1,4 +1,4 @@
-2008-04-16  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
+2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
 
        * textmodes/artist.el:
        * progmodes/vhdl-mode.el: