# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# filename: README                                                        #
#                                                                         #
# UTILITY text: Medical Image Conversion Utility                          #
#                                                                         #
# purpose     : the macros `you-should-read' file                         #
#                                                                         #
# project     : (X)MedCon by Erik Nolf                                    #
#                                                                         #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# $Id: README,v 1.3 2007/11/20 23:09:38 enlf Exp $

a) 'xmedcon.m4'

This is (X)MedCon's macro for dependent projects which use autotools
configure. This file is installed somewhere down ${prefix}/share.

b) 'glib.m4', 'gtk.m4' & 'gdk-pixbuf.m4'

These macro files are provided to regenerate autotools files on systems
without Gtk+1 related resources. Don't forget to run:

	$> aclocal -I macros

The files are *not copied* to the system during install.

