/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: edam
  • Date: 2011-02-23 19:43:45 UTC
  • Revision ID: edam@waxworlds.org-20110223194345-f7ichg83dzo6m87x
- initial commit, includes project and build setup

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)],
4
 
        [tim@ed.am], ,[http://ed.am/dev/gtk/prep-images])
 
3
AC_INIT([add-copyright-to-images], [0.1.0], [edam@waxworlds.org], ,
 
4
        [http://www.waxworlds.org/edam/software/add-copyright-to-images])
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])
8
8
 
9
9
# checks for programs.
10
10
AM_PATH_PYTHON([2.6])
17
17
 
18
18
# checks for library functions.
19
19
 
20
 
AC_CONFIG_FILES([src/prep-images], [chmod +x src/prep-images])
21
 
AC_OUTPUT([Makefile src/Makefile])
 
20
AC_OUTPUT(Makefile src/Makefile src/scripts/add-copyright-to-images)