mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-26 08:32:20 +00:00
Really make sure VERSION & PACKAGE macros are defined when generating a
configure script with autoconf 2.52.
This commit is contained in:
parent
c04603adce
commit
4641be3209
@ -7,8 +7,8 @@ AC_PREREQ(2.52)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl Aliases for PACKAGE and VERSION macros.
|
||||
AC_DEFINE(PACKAGE, PACKAGE_NAME, [Alias to PACKAGE for i18n.])
|
||||
AC_DEFINE(VERSION, PACKAGE_VERSION, [Alias to VERSION for i18n.])
|
||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE_NAME", [Define this program name.])
|
||||
AC_DEFINE_UNQUOTED(VERSION, "$PACKAGE_VERSION", [Define this program version.])
|
||||
|
||||
dnl Some systems do not put corefiles in the currect directory, avoid saving
|
||||
dnl cores for the configure tests since some are intended to dump core.
|
||||
|
Loading…
Reference in New Issue
Block a user