diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-18 21:03:20 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-18 21:03:20 +0000 |
commit | 4c688a8804f8205f7e3d49b2be44eba9a57fff6b (patch) | |
tree | 4eccbc86949a70144155e006ee7d863c3f42de37 | |
parent | a19ab2cd8a47639653c1bb9db47f609c916b31b4 (diff) | |
download | xine-lib-4c688a8804f8205f7e3d49b2be44eba9a57fff6b.tar.gz xine-lib-4c688a8804f8205f7e3d49b2be44eba9a57fff6b.tar.bz2 |
always install the m4 macro
CVS patchset: 1588
CVS date: 2002/03/18 21:03:20
-rw-r--r-- | m4/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 6d2c155b7..7528bcb72 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,10 +1,13 @@ ## ## Process this file with automake to produce Makefile.in ## -if INSTALL_M4 -m4datadir = @ACLOCAL_DIR@ +#if INSTALL_M4 +#m4datadir = @ACLOCAL_DIR@ +#m4data_DATA = xine.m4 +#endif + +m4datadir = $(datadir)/aclocal m4data_DATA = xine.m4 -endif EXTRA_DIST = xine.m4 _xine.m4 arts.m4 esd.m4 iconv.m4 lcmessage.m4 vorbis.m4 aa.m4 as.m4 \ gettext.m4 irixal.m4 ogg.m4 alsa.m4 codeset.m4 glibc21.m4 isc-posix.m4 progtest.m4 sdl.m4 |