/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tim Marston
  • Date: 2013-07-17 21:21:56 UTC
  • Revision ID: tim@ed.am-20130717212156-nry4fgc3w37ib2a3
renamed project and set new project website

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([prep-images], [m4_esyscmd_s(cat version)], [edam@waxworlds.org], ,
4
 
        [http://www.waxworlds.org/edam/software/gtk/prep-images])
 
3
AC_INIT([prep-images], [m4_esyscmd_s(cat version)], [tim@ed.am], ,[http://ed.am/dev/gtk/prep-images])
5
4
AC_CONFIG_MACRO_DIR([m4])
6
5
AC_CONFIG_AUX_DIR([build-aux])
7
 
AM_INIT_AUTOMAKE([foreign])
 
6
AM_INIT_AUTOMAKE([foreign dist-xz])
8
7
 
9
8
# checks for programs.
10
9
AM_PATH_PYTHON([2.6])