/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: 2014-09-09 19:14:47 UTC
  • Revision ID: tim@ed.am-20140909191447-j3rapksxamefpm68
minor comment formatting tweak

Show diffs side-by-side

added added

removed removed

1
1
# configure.ac -- process this file with autoconf to produce a configure script
2
2
 
3
 
AC_INIT([stdhome], m4_esyscmd(cat VERSION|tr -d '\n'),
 
3
AC_INIT([stdhome], m4_esyscmd(cat version|tr -d '\n'),
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-lzip])
 
7
AM_INIT_AUTOMAKE([foreign dist-xz])
8
8
 
9
9
# checks for programs
10
10
AM_PATH_PYTHON([2.6])