|
Last change
on this file since 3568 was 3529, checked in by bird, 4 years ago |
|
Imported grep 3.7 from grep-3.7.tar.gz (sha256: c22b0cf2d4f6bbe599c902387e8058990e1eee99aef333a203829e5fd3dbb342), applying minimal auto-props.
|
-
Property svn:eol-style
set to
LF
|
|
File size:
643 bytes
|
| Line | |
|---|
| 1 | # Check prerequisites for compiling lib/c-stack.c.
|
|---|
| 2 |
|
|---|
| 3 | # Copyright (C) 2002-2004, 2008-2021 Free Software Foundation, Inc.
|
|---|
| 4 | # This file is free software; the Free Software Foundation
|
|---|
| 5 | # gives unlimited permission to copy and/or distribute it,
|
|---|
| 6 | # with or without modifications, as long as this notice is preserved.
|
|---|
| 7 |
|
|---|
| 8 | # Written by Paul Eggert.
|
|---|
| 9 |
|
|---|
| 10 | # serial 23
|
|---|
| 11 |
|
|---|
| 12 | AC_DEFUN([gl_C_STACK],
|
|---|
| 13 | [
|
|---|
| 14 | dnl 'c-stack' needs -lsigsegv if and only if the 'sigsegv' module needs it.
|
|---|
| 15 | if test "$with_libsigsegv" = yes; then
|
|---|
| 16 | if test "$gl_cv_lib_sigsegv" = yes; then
|
|---|
| 17 | AC_SUBST([LIBCSTACK], [$LIBSIGSEGV])
|
|---|
| 18 | AC_SUBST([LTLIBCSTACK], [$LTLIBSIGSEGV])
|
|---|
| 19 | fi
|
|---|
| 20 | fi
|
|---|
| 21 | ])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.