]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge branch 'master' into mjw/RH-DTS dts-0.174
authorMark Wielaard <mark@klomp.org>
Fri, 14 Sep 2018 10:28:58 +0000 (12:28 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 14 Sep 2018 10:28:58 +0000 (12:28 +0200)
elfutils 0.174 release

Removed new M68K and RISCV tests.

1  2 
backends/Makefile.am
configure.ac
libebl/eblopenbackend.c
tests/Makefile.am
tests/run-strip-reloc.sh

Simple merge
diff --cc configure.ac
index d6108cde3568d3c344badcc176ed36655b522d3b,da9f8cb46a6ba439b0b4e2dcb34d361a43e03715..9decd612665be7cc72c5ba8c34ef7dc9b763288d
@@@ -17,14 -17,8 +17,14 @@@ dnl  GNU General Public License for mor
  dnl
  dnl  You should have received a copy of the GNU General Public License
  dnl  along with this program.  If not, see <http://www.gnu.org/licenses/>.
- AC_INIT([elfutils],[0.173],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
+ AC_INIT([elfutils],[0.174],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
  
 +dnl Workaround for older autoconf < 2.64
 +m4_ifndef([AC_PACKAGE_URL],
 +         [AC_DEFINE([PACKAGE_URL], ["http://elfutils.org/"],
 +                    [Define to home page for this package])
 +          AC_SUBST([PACKAGE_URL], ["http://elfutils.org/"])])
 +
  dnl Workaround for older autoconf < 2.64
  m4_ifndef([AC_PACKAGE_URL],
           [AC_DEFINE([PACKAGE_URL], ["http://elfutils.org/"],
Simple merge
Simple merge
Simple merge