diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-21 21:30:06 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-21 21:30:06 +0000 |
commit | 7f53ed9651fc9d88f8a7d7364dd2088ce2f18a56 (patch) | |
tree | bbb714d5efd13a019790807719d001c8a9f0b24c | |
parent | 1d3b749339f3b65748787f1bf9d6b5a69320d15e (diff) | |
download | xine-lib-7f53ed9651fc9d88f8a7d7364dd2088ce2f18a56.tar.gz xine-lib-7f53ed9651fc9d88f8a7d7364dd2088ce2f18a56.tar.bz2 |
install xine.m4 in global aclocal dir if the user wants that
CVS patchset: 1608
CVS date: 2002/03/21 21:30:06
-rw-r--r-- | m4/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 7528bcb72..565e289de 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,12 +1,12 @@ ## ## Process this file with automake to produce Makefile.in ## -#if INSTALL_M4 -#m4datadir = @ACLOCAL_DIR@ -#m4data_DATA = xine.m4 -#endif - +if INSTALL_M4 +m4datadir = @ACLOCAL_DIR@ +else m4datadir = $(datadir)/aclocal +endif + m4data_DATA = xine.m4 EXTRA_DIST = xine.m4 _xine.m4 arts.m4 esd.m4 iconv.m4 lcmessage.m4 vorbis.m4 aa.m4 as.m4 \ |