From 4a6b8c82dc6fc82c6ac0ab2bf4d67aa1338f4a5b Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sat, 25 Oct 2003 00:49:11 +0000 Subject: use relchk.sh use relchk.sh use relchk.sh fix "make dist". Now tarball is complete. don't expect people have doc formatting tools (check for sgmltools and fig2dev). rename the spaced name file in win32 (Tim, can you check if i didn't break anything please ?). CVS patchset: 5589 CVS date: 2003/10/25 00:49:11 --- configure.ac | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e2fddf52a..2e73ad98e 100644 --- a/configure.ac +++ b/configure.ac @@ -1759,6 +1759,14 @@ fi AC_SUBST(DEPCOMP) +dnl --------------------------------------------- +dnl Check for documentation formatting tool +dnl --------------------------------------------- + +AC_CHECK_PROG(SGMLTOOLS, sgmltools, sgmltools, no) +AC_CHECK_PROG(FIG2DEV, fig2dev, fig2dev, no) + + dnl --------------------------------------------- dnl Output configuration files dnl --------------------------------------------- @@ -1846,7 +1854,8 @@ src/video_out/vidix/Makefile src/video_out/vidix/drivers/Makefile src/xine-utils/Makefile src/xine-engine/Makefile -src/xine-engine/xineintl.h]) +src/xine-engine/xineintl.h +win32/Makefile]) AC_CONFIG_COMMANDS([default],[[chmod +x ./misc/SlackBuild ./misc/build_rpms.sh ./misc/relchk.sh]],[[]]) AC_OUTPUT -- cgit v1.2.3