check_nrg.sh is now derived since we may or may not have Video CD info

displayed.
This commit is contained in:
rocky
2003-04-28 02:02:41 +00:00
parent 65e6cf33ca
commit 9c8efaab0e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.2 2003/04/24 02:45:04 rocky Exp $ # $Id: Makefile.am,v 1.3 2003/04/28 02:02:41 rocky Exp $
# #
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com> # Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
# #
@@ -31,7 +31,7 @@ check_DATA = vcd_demo.right \
check_opts6.right check_opts7.right check_opts6.right check_opts7.right
EXTRA_DIST = $(check_SCRIPTS) $(check_DATA) \ EXTRA_DIST = $(check_SCRIPTS) $(check_DATA) \
check_common_fn check_cue.sh.in check_common_fn check_cue.sh.in check_nrg.sh.in
TESTS_ENVIRONMENT=$(SHELL) TESTS_ENVIRONMENT=$(SHELL)
TESTS = $(check_SCRIPTS) TESTS = $(check_SCRIPTS)

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
#$Id: check_nrg.sh,v 1.3 2003/04/26 14:24:45 rocky Exp $ #$Id: check_nrg.sh.in,v 1.1 2003/04/28 02:02:41 rocky Exp $
if test -n "-lvcd -lvcdinfo" ; then if test -n "@VCDINFO_LIB@" ; then
vcd_opt='--no-vcd' vcd_opt='--no-vcd'
fi fi