changed configure.ac before I "remembered" that AFAIK Executor never built using the GNU build system.

This commit is contained in:
Clifford T. Matthews 2009-06-01 18:03:42 -06:00
parent 3183eb6ea0
commit dc591a62a6
1 changed files with 5 additions and 3 deletions

View File

@ -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