interesting, will check on FC10 then commit.

BTW, you can yum it on F10 also + the store

Carl.

Hiram Chirino wrote:
I had to make a small change to an m4 file to build with the auto
tools included in FC10.  Seem like FC10 already defined
AC_USE_SYSTEM_EXTENSIONS.

Index: cpp/m4/extensions.m4
===================================================================
--- cpp/m4/extensions.m4        (revision 723808)
+++ cpp/m4/extensions.m4        (working copy)
@@ -16,6 +16,7 @@
 # ------------------------
 # Enable extensions on systems that normally disable them,
 # typically due to standards-conformance issues.
+m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],,[
 AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
 [
   AC_BEFORE([$0], [AC_COMPILE_IFELSE])
@@ -49,6 +50,7 @@
   AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
   AC_DEFINE([_TANDEM_SOURCE])
 ])
+])

 # gl_USE_SYSTEM_EXTENSIONS
 # ------------------------



Reply via email to