1
AC_INIT(cortexcpu, 0.1)
2
AM_INIT_AUTOMAKE(foreign subdir-objects color-tests)
3
AC_CONFIG_HEADERS([config.h])
4
AC_CONFIG_FILES(Makefile)
9
AS_HELP_STRING([--with-cpu=CPU],
10
[select code for CPU variant @<:@default=cortex-a8@:>@]]),
13
yes|'') AC_MSG_ERROR([--with-cpu requires an argument]) ;;
15
*) submachine="$withval" ;;
18
[submachine=cortex-a8])
23
AC_HELP_STRING([--with-neon],
24
[include NEON specific routines @<:@default=yes@:>@]),