# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# filename: README                                                        #
#                                                                         #
# UTILITY text: Medical Image Conversion Utility                          #
#                                                                         #
# purpose     : the macros `you-should-read' file                         #
#                                                                         #
# project     : (X)MedCon by Erik Nolf                                    #
#                                                                         #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#

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+ related resources. Don't forget to run:

	$> aclocal -I macros

c) 'libtool.m4' & 'lt...m4' files

These macros are added by autotools for local libtool functionality.


The files in (b) and (c) are *not copied* to the system during install.

