|
|
@ -68,7 +68,7 @@ AX_DEFINE_DIR([DATADIR], [datadir]) |
|
|
|
#AC_SUBST(DATADIR) |
|
|
|
#AC_SUBST(DATADIR) |
|
|
|
|
|
|
|
|
|
|
|
# macros |
|
|
|
# macros |
|
|
|
sed 's/.*/ &/g' ${0%/*}/README; echo " ." > ${0%/*}/README.debian |
|
|
|
sed 's/.*/ &/g' ${0%/*}/README > ${0%/*}/README.debian |
|
|
|
READMEDEB=README.debian |
|
|
|
READMEDEB=README.debian |
|
|
|
AC_SUBST_FILE(READMEDEB) |
|
|
|
AC_SUBST_FILE(READMEDEB) |
|
|
|
README=README |
|
|
|
README=README |
|
|
@ -187,7 +187,7 @@ if test "$have_stacktrace" = "yes"; then |
|
|
|
AC_SEARCH_LIBS(bfd_openr, bfd, |
|
|
|
AC_SEARCH_LIBS(bfd_openr, bfd, |
|
|
|
[AC_MSG_RESULT([OK, found libbfd])], |
|
|
|
[AC_MSG_RESULT([OK, found libbfd])], |
|
|
|
[AC_MSG_ERROR([BFD library from the binutils package not found! |
|
|
|
[AC_MSG_ERROR([BFD library from the binutils package not found! |
|
|
|
It is required for stach trace! |
|
|
|
It is required for stack trace! |
|
|
|
- install binutils or binutils-devel |
|
|
|
- install binutils or binutils-devel |
|
|
|
- or configure with option --enable-ltdl |
|
|
|
- or configure with option --enable-ltdl |
|
|
|
- or configure with option --disable-stacktrace])]) |
|
|
|
- or configure with option --disable-stacktrace])]) |
|
|
|