mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
if missing in system libs and lwres not present Moved all references to netdb.h and sys/socket.h into common.h.in Modified automake call in tools/setup to include adding missing files so config.sub and config.guess will be available git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@376 f882894a-f735-0410-b71e-b25c423dba1c
10 lines
135 B
Bash
Executable file
10 lines
135 B
Bash
Executable file
#! /bin/sh
|
|
|
|
aclocal -I lib
|
|
autoconf
|
|
autoheader
|
|
automake --add-missing --copy
|
|
|
|
if [ -f debian/rules ] ; then
|
|
chmod +x debian/rules
|
|
fi
|