/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tim Marston
  • Date: 2016-02-13 11:38:50 UTC
  • Revision ID: tim@ed.am-20160213113850-iaplsdx6h1y4l21b
switch to lzip

Show diffs side-by-side

added added

removed removed

4
4
        [tim@ed.am], ,[http://ed.am/dev/stdhome])
5
5
AC_CONFIG_MACRO_DIR([m4])
6
6
AC_CONFIG_AUX_DIR([build-aux])
7
 
AM_INIT_AUTOMAKE([foreign dist-xz])
 
7
AM_INIT_AUTOMAKE([foreign dist-lzip])
8
8
 
9
9
# checks for programs
10
10
AM_PATH_PYTHON([2.6])