diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-23 07:01:20 (GMT) |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-23 07:01:20 (GMT) |
commit | 739ea144d276ca475730d0c928ed9fd82f3cba03 (patch) | |
tree | 58fad2d7ab1427e06150c53cdcb3e41a5d03f9f5 /autogen.sh | |
parent | c9d73535b59fef3056c65c3be6e1e18e4509629a (diff) | |
download | monitoring-plugins-739ea144d276ca475730d0c928ed9fd82f3cba03.tar.gz |
Solaris package build system
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@449 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -19,18 +19,13 @@ else | |||
19 | fi | 19 | fi |
20 | 20 | ||
21 | # Refresh GNU autotools toolchain. | 21 | # Refresh GNU autotools toolchain. |
22 | for i in config.guess config.sub missing install-sh mkinstalldirs ; do | 22 | for i in config.guess config.sub missing install-sh mkinstalldirs depcomp; do |
23 | test -r /usr/share/automake/${i} && { | 23 | test -r /usr/share/automake/${i} && { |
24 | rm -f ${i} | 24 | rm -f ${i} |
25 | cp /usr/share/automake/${i} . | ||
26 | } | 25 | } |
27 | chmod 755 ${i} | ||
28 | done | 26 | done |
29 | 27 | ||
30 | aclocal -I lib | 28 | tools/setup |
31 | autoheader | ||
32 | automake -c -a | ||
33 | autoconf | ||
34 | 29 | ||
35 | # For the Debian build | 30 | # For the Debian build |
36 | test -d debian && { | 31 | test -d debian && { |