mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-27 08:31:03 +00:00
Refactor : move defines to beginning
* Fixes multiple macro definitions during build
This commit is contained in:
parent
cfc779a86f
commit
3a2d5e1407
@ -1,5 +1,9 @@
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_DEFINE(PACKAGE_URL, "https://github.com/mauiaaron/apple2", [apple2ix project URL])
|
||||
AC_DEFINE(WEB_RESOURCES, "ftp://ftp.apple.asimov.net", [Apple II Web Resources])
|
||||
AC_DEFINE(PACKAGE_MANPAGE, "man apple2ix", [manpage info])
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([apple2ix], [0.8])
|
||||
|
||||
@ -289,10 +293,6 @@ AC_CHECK_HEADER(linux/joystick.h, [
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_DEFINE(PACKAGE_URL, "https://github.com/mauiaaron/apple2", [apple2ix project URL])
|
||||
AC_DEFINE(WEB_RESOURCES, "ftp://ftp.apple.asimov.net", [Apple II Web Resources])
|
||||
AC_DEFINE(PACKAGE_MANPAGE, "man apple2ix", [manpage info])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user