/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 22:57:04 UTC
  • Revision ID: tim@ed.am-20130717225704-590lcki0yvsaud31
added command line support

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)], [tim@ed.am], ,[http://ed.am/dev/gtk/prep-images])
 
3
AC_INIT([prep-images], [m4_esyscmd_s(cat version)],
 
4
        [tim@ed.am], ,[http://ed.am/dev/gtk/prep-images])
4
5
AC_CONFIG_MACRO_DIR([m4])
5
6
AC_CONFIG_AUX_DIR([build-aux])
6
7
AM_INIT_AUTOMAKE([foreign dist-xz])