gimp/m4macros/Makefile.am
Sven Neumann 1ea55851c3 changed the gettext domain prefix to gimp20.
2003-07-20  Sven Neumann  <sven@gimp.org>

	* configure.in: changed the gettext domain prefix to gimp20.

	* m4macros/Makefile.am
	* m4macros/gimp-1.4.m4: removed this file ...
	* m4macros/gimp-2.0.m4: ... and readded it with a new name.
	Changed the macro to AM_PATH_GIMP_2_0().

	* configure.in: added --without-aa option as a way to work around
	broken aalib installations.

	* INSTALL: document --without-aa and --without-mng.
2003-07-20 12:40:30 +00:00

9 lines
152 B
Makefile

# Makefile.am for gimp/m4macros
installed_m4 = gimp-2.0.m4
EXTRA_DIST = $(installed_m4)
m4datadir = $(datadir)/aclocal
m4data_DATA = $(installed_m4)