fix configure.ac version macro glitch

This commit is contained in:
Kamal Mostafa 2016-02-19 13:04:17 -08:00
parent f801ae3f28
commit 37bf388038
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/Makefile.in])
AM_INIT_AUTOMAKE
VERSION=PACKAGE_VERSION
VERSION=AC_PACKAGE_VERSION
AC_SUBST(VERSION)
# Program Checks