Fix PACKAGE_URL error when using autoconf 2.63
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Fri, 30 Nov 2012 18:41:47 +0000 (13:41 -0500)
committerKevin Wasserman <kevin.wasserman@painless-security.com>
Fri, 30 Nov 2012 18:41:47 +0000 (13:41 -0500)
configure.ac

index ba86e30..e2d671a 100644 (file)
@@ -7,7 +7,7 @@ AC_INIT([Moonshot-ui],
 
 # Remove this when we can depend on autoconf >= 2.64
 AC_SUBST(PACKAGE_URL, [http://www.project-moonshot.org/])
-
+AC_DEFINE(PACKAGE_URL,["http://www.project-moonshot.org"],[package URL])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])