Fix bnlib call to AC_INIT

This commit is contained in:
Travis Cross 2012-06-23 00:21:12 +00:00
parent 95c26f9a6b
commit 3b2df07f3e

View File

@ -7,7 +7,7 @@ dnl Anything which is not an m4 macro is copied directly to the output.
dnl dnl
dnl Start things up. If the specified file doesn't exist, configure dnl Start things up. If the specified file doesn't exist, configure
dnl will complain. dnl will complain.
AC_INIT(lbn16.c) AC_INIT([libbn], [0.1])
dnl The following tests need to know that we intend to produce a config.h dnl The following tests need to know that we intend to produce a config.h
dnl file, even though this won't expand to any shell script code until dnl file, even though this won't expand to any shell script code until