]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/perl/Makefile.am
M::B changes
[OpenSRF.git] / src / perl / Makefile.am
1 # Copyright (C) 2009 Equinox Software, Inc.
2 # Shawn Boyette <sboyette@esilibrary.com>
3 #
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 all:
15         perl Build.PL || make -s install-perl-fail
16
17 install-perl-fail:
18         echo
19         echo ">>> Installation of Perl modules has failed. The most likely"
20         echo ">>> possibility is that a dependency is not pre-installed"
21         echo ">>> or that a test has failed."
22         echo ">>> See the messages above this one for more information."
23         echo
24         exit 1