mirror of
https://github.com/ctm/executor.git
synced 2024-11-27 01:49:33 +00:00
changed configure.ac before I "remembered" that AFAIK Executor never built using the GNU build system.
This commit is contained in:
parent
3183eb6ea0
commit
dc591a62a6
@ -1,17 +1,19 @@
|
||||
AC_INIT(executor, 2.1pr16, ctm@ardi.com)
|
||||
AC_CANONICAL_SYSTEM
|
||||
AM_INIT_AUTOMAKE([-Wall])
|
||||
|
||||
AM_PROG_AS
|
||||
|
||||
AC_CONFIG_SRCDIR([executor.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_LINKS
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AC_GNU_SOURCE
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
AC_CONFIG_LINKS([target-os-config.h:config/os/$target_os/$target_os.h
|
||||
target-arch-config.h:config/arch/$target_cpu/$target_cpu.h])
|
||||
|
||||
AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user