/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# configure.ac -- process this file with autoconf to produce a configure script

AC_INIT([add-copyright-to-images], [0.1.0], [edam@waxworlds.org], ,
	[http://www.waxworlds.org/edam/software/add-copyright-to-images])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])

# checks for programs.
AM_PATH_PYTHON([2.6])

# checks for libraries.

# checks for header files.

# checks for typedefs, structures, and compiler characteristics.

# checks for library functions.

AC_OUTPUT(Makefile src/Makefile src/scripts/add-copyright-to-images)