We replace every hardcoded path with an autotools variable @sbindir@
that is replaced at build time by the correct installation path.
This was tested on SLES and RHEL.
Signed-off-by: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
Signed-off-by: Brian King <Brian King brking@linux.vnet.ibm.com>
This commit adds support to build iprutils using GNU Autools. It
replaces the old Makefile and version.mk file with Automake. Now, the
version information is available at the configure.ac file.
Signed-off-by: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
"command &> /dev/null" and "command >& /dev/null" are bashisms and will
fail on e.g. systems where /bin/sh is dash. Use POSIX-compatible
alternatives.
Signed-off-by : Colin Watson <cjwatson@debian.org>
---