automake-commit
[Top][All Lists]
Advanced

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

[automake-commit] branch master updated: compile: support libtool .lo, n


From: Karl Berry
Subject: [automake-commit] branch master updated: compile: support libtool .lo, needed for Xapian on Windows.
Date: Fri, 24 Nov 2023 12:31:28 -0500

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=94f4bad7ba724d56c9e74ce25772fb3391feb6e8

The following commit(s) were added to refs/heads/master by this push:
     new 94f4bad7b compile: support libtool .lo, needed for Xapian on Windows.
94f4bad7b is described below

commit 94f4bad7ba724d56c9e74ce25772fb3391feb6e8
Author: Olly Betts <olly@survex.com>
AuthorDate: Fri Nov 24 09:31:18 2023 -0800

    compile: support libtool .lo, needed for Xapian on Windows.
    
    * lib/compile (func_cl_wrapper):handle *.lo like *.o.
---
 lib/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/compile b/lib/compile
index 38ab1224b..58f7f214a 100755
--- a/lib/compile
+++ b/lib/compile
@@ -143,7 +143,7 @@ func_cl_wrapper ()
          # configure might choose to run compile as 'compile cc -o foo foo.c'.
          eat=1
          case $2 in
-           *.o | *.[oO][bB][jJ])
+           *.o | *.lo | *.[oO][bB][jJ])
              func_file_conv "$2"
              set x "$@" -Fo"$file"
              shift



reply via email to

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