guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 04/09: Remove obsolete macro AM_PROG_CC_C_O in configure


From: Mike Gran
Subject: [Guile-commits] 04/09: Remove obsolete macro AM_PROG_CC_C_O in configure script
Date: Fri, 16 Sep 2022 00:44:03 -0400 (EDT)

mike121 pushed a commit to branch wip-modernize-autotools
in repository guile.

commit 8b92a9d6458c36d6ef5e7f8e83a088a1b1b7d246
Author: Mike Gran <spk121@yahoo.com>
AuthorDate: Thu Sep 15 04:28:50 2022 -0700

    Remove obsolete macro AM_PROG_CC_C_O in configure script
    
    It has been replaced by new functionality in AC_PROG_CC
    
    * configure.ac: remove AM_PROG_CC_C_O
---
 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index ac25615c7..6595acdd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,9 +138,6 @@ AC_DEFINE([GNULIB_LOCK], [1],
   [Define to allow Gnulib modules to use Guile's locks.])
 
 
-# for per-target cflags in the libguile subdir
-AM_PROG_CC_C_O
-
 LT_INIT([dlopen win32-dll])
 
 AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]