Imported Upstream version 2.4.3
This commit is contained in:
commit
26fb71b504
446 changed files with 148951 additions and 0 deletions
14
tools/Makefile.am
Normal file
14
tools/Makefile.am
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
EXTRA_DIST = nut-usbinfo.pl device-recorder.sh
|
||||
|
||||
# only call the USB info script upon "make dist", and if Perl is present
|
||||
dist-hook:
|
||||
@if test -x /usr/bin/perl; then \
|
||||
echo "Regenerating the USB helper files."; \
|
||||
$(distdir)/nut-usbinfo.pl; \
|
||||
else \
|
||||
echo "----------------------------------------------------------------------"; \
|
||||
echo "Warning: Perl is not available."; \
|
||||
echo "Skipping the USB helper files regeneration."; \
|
||||
echo "----------------------------------------------------------------------"; \
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue