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:
parent
d64c821b14
commit
08e27dd37f
|
@ -2,6 +2,8 @@
|
|||
|
||||
SUBDIRS = src doc debian
|
||||
|
||||
aclocaldir = @datadir@/aclocal
|
||||
aclocal_DATA = libraw1394.m4
|
||||
|
||||
# make required device file
|
||||
dev:
|
||||
|
@ -19,9 +21,9 @@ dev:
|
|||
install-exec-hook:
|
||||
@if [ ! -c /dev/raw1394 ]; then \
|
||||
echo; \
|
||||
echo "***********************************************"; \
|
||||
echo "Required /dev/raw1394 special device not found."; \
|
||||
echo "********************************************"; \
|
||||
echo "Required /dev/raw1394 device file not found."; \
|
||||
echo "Run 'make dev' to create it."; \
|
||||
echo "***********************************************"; \
|
||||
echo "********************************************"; \
|
||||
echo; \
|
||||
fi
|
||||
|
|
Reference in New Issue