From: Mark Wielaard Date: Fri, 14 Sep 2018 10:28:58 +0000 (+0200) Subject: Merge branch 'master' into mjw/RH-DTS X-Git-Tag: dts-0.174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029c76f0d4b06584e370b5fc0112712ba99a6219;p=thirdparty%2Felfutils.git Merge branch 'master' into mjw/RH-DTS elfutils 0.174 release Removed new M68K and RISCV tests. --- 029c76f0d4b06584e370b5fc0112712ba99a6219 diff --cc configure.ac index d6108cde3,da9f8cb46..9decd6126 --- a/configure.ac +++ b/configure.ac @@@ -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 . - 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/"],