~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Michael Hope
  • Date: 2010-09-13 08:30:44 UTC
  • mfrom: (14.1.1 cortex-strings)
  • Revision ID: michael.hope@linaro.org-20100913083044-0rr37rigcpd0gg7q
Added autogen.sh.  Tidied up the NEON configure rules using AM_CONDITIONAL.  Made make distcheck pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(cortex-strings, 0.1)
 
1
AC_INIT(cortex-strings, 0.1.1)
2
2
AM_INIT_AUTOMAKE(foreign subdir-objects color-tests)
3
3
AC_CONFIG_HEADERS([config.h])
4
4
AC_CONFIG_FILES(Makefile)
25
25
            [with_neon=$withval],
26
26
            [with_neon=yes])
27
27
AC_SUBST(with_neon)
 
28
AM_CONDITIONAL(WITH_NEON, test x$with_neon = xyes)
28
29
 
29
30
AC_OUTPUT