mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-26 08:37:11 -04:00
move autopoint to start of gnu toolchain setup
use --force-missing instead on manually copying files (manual process was broken on RedHat, and we should expect automake to do its job right anyway) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@614 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
8ffb572a04
commit
53e8fe9903
1 changed files with 2 additions and 11 deletions
13
tools/setup
13
tools/setup
|
|
@ -18,20 +18,11 @@ else
|
|||
echo Found GNU Make at $MAKE ... good.
|
||||
fi
|
||||
|
||||
# Refresh GNU autotools toolchain.
|
||||
for i in config.guess config.sub missing install-sh mkinstalldirs ; do
|
||||
test -r /usr/share/automake/${i} && {
|
||||
rm -f ${i}
|
||||
cp /usr/share/automake/${i} .
|
||||
}
|
||||
chmod 755 ${i}
|
||||
done
|
||||
|
||||
autopoint --force
|
||||
aclocal -I lib
|
||||
autoheader
|
||||
automake --add-missing --copy
|
||||
automake --add-missing --force-missing
|
||||
autoconf
|
||||
autopoint --force
|
||||
|
||||
if [ -f debian/rules ] ; then
|
||||
chmod +x debian/rules
|
||||
|
|
|
|||
Loading…
Reference in a new issue