mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
348c8f102f
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
8 lines
133 B
Makefile
8 lines
133 B
Makefile
|
|
installed_m4= glib-2.0.m4 glib-gettext.m4
|
|
|
|
EXTRA_DIST=$(installed_m4)
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = $(installed_m4)
|