diff options
author | Havoc Pennington <hp@redhat.com> | 2001-05-15 22:07:21 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-05-15 22:07:21 +0000 |
commit | 348c8f102f9b742aa74c2e4f1b6e67f87b084b6c (patch) | |
tree | 81397731679754f0d3133aa30f229bc1fca85838 /m4macros | |
parent | ebec3d7ce7c2ca56ab1167403669a74bfe12b110 (diff) |
m4macros/Makefile
2001-05-15 Havoc Pennington <hp@redhat.com>
* configure.in (AC_OUTPUT): m4macros/Makefile
* m4macros/Makefile.am, m4macros/glib-2.0.m4,
m4macros/glib-gettext.m4:
m4 files moved here on server, Makefile.am added
This is so you can aclocal -I m4macros while avoiding acinclude.m4
* Makefile.am: add m4macros subdir, remove references to glib-2.0.m4
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/m4macros/Makefile.am b/m4macros/Makefile.am new file mode 100644 index 000000000..bf2fa8f6a --- /dev/null +++ b/m4macros/Makefile.am @@ -0,0 +1,7 @@ + +installed_m4= glib-2.0.m4 glib-gettext.m4 + +EXTRA_DIST=$(installed_m4) + +m4datadir = $(datadir)/aclocal +m4data_DATA = $(installed_m4) |