]> git.notmuchmail.org Git - notmuch/blobdiff - configure
Makefiles: Align the columns of output.
[notmuch] / configure
index 3e30cee9466612e83a5dc09e0664b942ba48529a..df1636d2f576a4031f9b2e8d6cec9e2846120410 100755 (executable)
--- 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