mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-29 00:31:40 +00:00
update for autoconf 2.69
This commit is contained in:
parent
90d9fbd9c5
commit
f40d6a9c49
@ -1,11 +1,11 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(src/apple2.cpp)
|
AC_INIT(epple2, 1.2-SNAPSHOT)
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.69)
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([config.h.in])
|
AC_CONFIG_SRCDIR([src/apple2.cpp])
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE(epple2, 1.2-SNAPSHOT)
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user