bug-gnulib
[Top][All Lists]
Advanced

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

Re: exitfail


From: Bruno Haible
Subject: Re: exitfail
Date: Sat, 6 Mar 2010 11:39:24 +0100
User-agent: KMail/1.9.9

Simon Josefsson wrote:
>  Depends-on:
>  exit
>  
>  configure.ac:
> -gl_EXITFAIL
> +AC_LIBOBJ([exitfail])
>  
>  Makefile.am:
>  

Additionally, I'm applying this: Prefer lib_SOURCES over unconditional
AC_LIBOBJ. It's a no-op for most projects that use gnulib, but gets rid
of a .diff override in GNU gettext. The particular thing about GNU gettext
here is that it uses multiple gnulib-tool invocations for a single
configure.ac, which is not so well supported and therefore a little more
hairy than the standard use of gnulib.


2010-03-06  Bruno Haible  <address@hidden>

        Prefer lib_SOURCES over unconditional AC_LIBOBJ.
        * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
        (Makefile.am): Augment lib_SOURCES instead.

--- modules/exitfail.orig       Sat Mar  6 11:30:48 2010
+++ modules/exitfail    Sat Mar  6 11:27:59 2010
@@ -9,9 +9,9 @@
 exit
 
 configure.ac:
-AC_LIBOBJ([exitfail])
 
 Makefile.am:
+lib_SOURCES += exitfail.c
 
 Include:
 "exitfail.h"




reply via email to

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