diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-23 07:01:20 +0000 |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-23 07:01:20 +0000 |
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 fi # Refresh GNU autotools toolchain. -for i in config.guess config.sub missing install-sh mkinstalldirs ; do +for i in config.guess config.sub missing install-sh mkinstalldirs depcomp; do test -r /usr/share/automake/${i} && { rm -f ${i} - cp /usr/share/automake/${i} . } - chmod 755 ${i} done -aclocal -I lib -autoheader -automake -c -a -autoconf +tools/setup # For the Debian build test -d debian && { |