release 0.91
This commit is contained in:
12
configure.in
12
configure.in
@@ -2,7 +2,7 @@
|
||||
AC_INIT([mrw/mrw.hpp.in])
|
||||
PACKAGENAME=mrw-c++
|
||||
MAJOR=0
|
||||
MINOR=90
|
||||
MINOR=91
|
||||
SUPPORT=beta
|
||||
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@, [marc@waeckerlin.org])
|
||||
|
||||
@@ -32,11 +32,11 @@ AC_CHECK_HEADER(sys/old_procfs.h, [AM_CPPFLAGS=-D__solaris__])
|
||||
AC_SEARCH_LIBS(cplus_demangle, iberty, [AC_MSG_RESULT([OK])],
|
||||
[AC_MSG_ERROR([Library iberty is required!])])
|
||||
AC_SEARCH_LIBS(bfd_arch_list, bfd, [AC_MSG_RESULT([OK])],
|
||||
[
|
||||
AC_SEARCH_LIBS(bfd_arch_list, bfd, [AC_MSG_RESULT([OK])],
|
||||
[AC_MSG_ERROR([BFD library libbfd is required])],
|
||||
[-lintl])
|
||||
])
|
||||
[no_bfd=true])
|
||||
if [ -n "$no_bfd" ]; then
|
||||
AC_SEARCH_LIBS(bfd_arch_list, bfd, [AC_MSG_RESULT([OK])],
|
||||
[AC_MSG_ERROR([BFD library libbfd is required])], [-lintl])
|
||||
fi
|
||||
|
||||
# Arguments
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
Reference in New Issue
Block a user