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

« back to all changes in this revision

Viewing changes to src/configure.ac

  • Committer: Michael Hope
  • Date: 2010-09-02 00:46:57 UTC
  • Revision ID: michael.hope@linaro.org-20100902004657-4q6rn5888130zr3o
Pulled in the routines and packaged them up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT(cortexcpu, 0.1)
 
2
AM_INIT_AUTOMAKE(foreign subdir-objects)
 
3
AC_CONFIG_HEADERS([config.h])
 
4
AC_CONFIG_FILES(Makefile)
 
5
AC_PROG_LIBTOOL
 
6
AM_PROG_AS
 
7
AC_OUTPUT