/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-09-24 21:43:22 UTC
  • Revision ID: edam@waxworlds.org-20110924214322-x23ks8o2qyin3y2y
Tags: 0.1
- removed '.0' from the end of the version no.
- sharpen resized images slightly

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], [0.1.0], [edam@waxworlds.org], ,
 
3
AC_INIT([prep-images], [m4_esyscmd_s(cat version)], [edam@waxworlds.org], ,
4
4
        [http://www.waxworlds.org/edam/software/gtk/prep-images])
5
5
AC_CONFIG_MACRO_DIR([m4])
6
6
AC_CONFIG_AUX_DIR([build-aux])