diff options
Diffstat (limited to 'opcodes/configure.ac')
-rw-r--r-- | opcodes/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/configure.ac b/opcodes/configure.ac index 31ab922..4d918e3 100644 --- a/opcodes/configure.ac +++ b/opcodes/configure.ac @@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>. dnl m4_include([../bfd/version.m4]) -AC_INIT([opcodes], BFD_VERSION) +AC_INIT([opcodes], [BFD_VERSION]) AC_CONFIG_SRCDIR([z8k-dis.c]) AC_CANONICAL_TARGET |