Use modern AC_INIT in configure.in
[deliverable/binutils-gdb.git] / bfd / configure.in
index 2cc44990e653e23157b8f1f35043492474a5b10f..017304f45576498742ce4e1ad52529fdbb6039f0 100644 (file)
@@ -18,7 +18,8 @@ dnl <http://www.gnu.org/licenses/>.
 dnl
 
 AC_PREREQ(2.59)
-AC_INIT([bfd], [2.24.51])
+m4_include([version.m4])
+AC_INIT([bfd], BFD_VERSION)
 AC_CONFIG_SRCDIR([libbfd.c])
 
 AC_CANONICAL_TARGET
This page took 0.025507 seconds and 4 git commands to generate.