/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images
1 by edam
- initial commit, includes project and build setup
1
# configure.ac -- process this file with autoconf to produce a configure script
2
5 by Tim Marston
renamed project and set new project website
3
AC_INIT([prep-images], [m4_esyscmd_s(cat version)], [tim@ed.am], ,[http://ed.am/dev/gtk/prep-images])
1 by edam
- initial commit, includes project and build setup
4
AC_CONFIG_MACRO_DIR([m4])
5
AC_CONFIG_AUX_DIR([build-aux])
5 by Tim Marston
renamed project and set new project website
6
AM_INIT_AUTOMAKE([foreign dist-xz])
1 by edam
- initial commit, includes project and build setup
7
8
# checks for programs.
9
AM_PATH_PYTHON([2.6])
10
11
# checks for libraries.
12
13
# checks for header files.
14
15
# checks for typedefs, structures, and compiler characteristics.
16
17
# checks for library functions.
18
3 by edam
- renamed project from add-copyright-to-images to prep-images
19
AC_CONFIG_FILES([src/prep-images], [chmod +x src/prep-images])
20
AC_OUTPUT([Makefile src/Makefile])