summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJeremy T. Bouse <undrgrid@users.sourceforge.net>2003-03-23 07:01:20 (GMT)
committerJeremy T. Bouse <undrgrid@users.sourceforge.net>2003-03-23 07:01:20 (GMT)
commit739ea144d276ca475730d0c928ed9fd82f3cba03 (patch)
tree58fad2d7ab1427e06150c53cdcb3e41a5d03f9f5 /autogen.sh
parentc9d73535b59fef3056c65c3be6e1e18e4509629a (diff)
downloadmonitoring-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-xautogen.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 0357d93..b833a30 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,18 +19,13 @@ else
19fi 19fi
20 20
21# Refresh GNU autotools toolchain. 21# Refresh GNU autotools toolchain.
22for i in config.guess config.sub missing install-sh mkinstalldirs ; do 22for 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}
28done 26done
29 27
30aclocal -I lib 28tools/setup
31autoheader
32automake -c -a
33autoconf
34 29
35# For the Debian build 30# For the Debian build
36test -d debian && { 31test -d debian && {