aedebd300f
I also added some comments on why these patches. Now I tested that the patches work. svn path=/nixpkgs/branches/stdenv-updates/; revision=24165
16 lines
377 B
Diff
16 lines
377 B
Diff
diff --git a/bfd/configure.in b/bfd/configure.in
|
|
index 0a8d486..a3cc89a 100644
|
|
--- a/bfd/configure.in
|
|
+++ b/bfd/configure.in
|
|
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
|
|
AC_CANONICAL_TARGET
|
|
AC_ISC_POSIX
|
|
|
|
-AM_INIT_AUTOMAKE(bfd, 2.20.1)
|
|
+AM_INIT_AUTOMAKE(bfd, 2.20.51)
|
|
|
|
dnl These must be called before LT_INIT, because it may want
|
|
dnl to call AC_CHECK_PROG.
|
|
--
|
|
1.6.5.GIT
|
|
|