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

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Michael Hope
  • Date: 2011-09-25 21:38:00 UTC
  • Revision ID: michael.hope@linaro.org-20110925213800-pu0cy0xgxlq0a6y3
Switch to using bz2 for make dist as that's the toolchain standard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
25
25
 
26
26
AC_INIT(cortex-strings, 1.0~bzr)
27
 
AM_INIT_AUTOMAKE(foreign subdir-objects color-tests)
 
27
AM_INIT_AUTOMAKE(foreign subdir-objects color-tests dist-bzip2)
28
28
AC_CONFIG_HEADERS([config.h])
29
29
AC_CONFIG_FILES(Makefile)
30
30
AC_PROG_LIBTOOL