aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3e30cee9..df1636d2 100755
--- a/configure
+++ b/configure
@@ -286,10 +286,10 @@ gzip = gzip
MKDIR = install -d
# Command to install an executable
-INSTBIN = install
+INSTALL-BIN = install
# Command to install a non-executable file (documentation, etc.)
-INSTDATA = install -m0644
+INSTALL-DATA = install -m0644
# Command to create a symbolic link
SYMLINK = ln -sf