summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ffb572)
raw | patch | inline | side by side (parent: 8ffb572)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Tue, 29 Jul 2003 05:03:49 +0000 (05:03 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Tue, 29 Jul 2003 05:03:49 +0000 (05:03 +0000) |
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
(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
tools/setup | patch | blob | history |
diff --git a/tools/setup b/tools/setup
index 6f3fdee982814e0b3e2c46bf99f96ccc2110a8cb..a90d48aa58b0576f22471f76b83fcce112d04d70 100755 (executable)
--- a/tools/setup
+++ b/tools/setup
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