Install libraw1394.am.

Fix wording in message when /dev/raw1394 not found.


git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@56 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
aeb 2001-02-28 16:24:38 +00:00
parent d64c821b14
commit 08e27dd37f
1 changed files with 9 additions and 7 deletions

View File

@ -2,6 +2,8 @@
SUBDIRS = src doc debian SUBDIRS = src doc debian
aclocaldir = @datadir@/aclocal
aclocal_DATA = libraw1394.m4
# make required device file # make required device file
dev: dev:
@ -19,9 +21,9 @@ dev:
install-exec-hook: install-exec-hook:
@if [ ! -c /dev/raw1394 ]; then \ @if [ ! -c /dev/raw1394 ]; then \
echo; \ echo; \
echo "***********************************************"; \ echo "********************************************"; \
echo "Required /dev/raw1394 special device not found."; \ echo "Required /dev/raw1394 device file not found."; \
echo "Run 'make dev' to create it."; \ echo "Run 'make dev' to create it."; \
echo "***********************************************"; \ echo "********************************************"; \
echo; \ echo; \
fi fi