diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-28 22:25:50 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-28 22:25:50 +0000 |
commit | 4e985efcc5f1e0e62d97c6159f99d4daa7015cf7 (patch) | |
tree | ff6598bb1b333b2220ad17700cabc7fb88dd6565 /m4 | |
parent | 6b17de6f59326442ae6fae80c949d7adc538e095 (diff) | |
download | xine-lib-4e985efcc5f1e0e62d97c6159f99d4daa7015cf7.tar.gz xine-lib-4e985efcc5f1e0e62d97c6159f99d4daa7015cf7.tar.bz2 |
Fixed xine.m4 installation.
CVS patchset: 100
CVS date: 2001/05/28 22:25:50
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index a29da33ae..feb4e645d 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,10 +1,12 @@ ## ## Process this file with automake to produce Makefile.in ## +if INSTALL_M4 m4datadir = @ACLOCAL_DIR@ m4data_DATA = xine.m4 +endif -EXTRA_DIST = _xine.m4 alsa.m4 esd.m4 $(m4data_DATA) +EXTRA_DIST = _xine.m4 alsa.m4 esd.m4 xine.m4 debug: |