bug-gnulib
[Top][All Lists]
Advanced

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

gl_LIBSIGSEGV is broken


From: Sam Steingold
Subject: gl_LIBSIGSEGV is broken
Date: Mon, 15 Jun 2009 17:50:33 -0400
User-agent: Thunderbird 2.0.0.18 (X11/20081120)

I just upgraded clisp to libsigsegv.m4 serial 4 and now LIBSIGSEGV is not set right:

config.status:

before:
$ grep -i sigsegv config.status
S["LIBSIGSEGV"]="-lsigsegv"
S["LTLIBSIGSEGV"]="-lsigsegv"
D["HAVE_LIBSIGSEGV"]=" 1"
D["HAVE_LIBSIGSEGV"]=" 1"

after:
$ grep -i sigsegv config.status
S["LIBSIGSEGV_PREFIX"]=""
S["LTLIBSIGSEGV"]=""
S["LIBSIGSEGV"]=""
S["HAVE_LIBSIGSEGV"]="yes"
D["HAVE_LIBSIGSEGV"]=" 1"
D["HAVE_LIBSIGSEGV"]=" 1"

libsigsegv is installed system-wide (in /usr).





reply via email to

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