]> git.notmuchmail.org Git - notmuch/blobdiff - configure
Makefiles: Make the install rules quiet like the compilation rules.
[notmuch] / configure
index 7db537e41fb4d909fb98c22582e3d24f13689f88..3e30cee9466612e83a5dc09e0664b942ba48529a 100755 (executable)
--- a/configure
+++ b/configure
@@ -282,6 +282,18 @@ EMACS = emacs --quick
 # Command to execute gzip from Makefiles
 gzip = gzip
 
+# Command to create a directory
+MKDIR = install -d
+
+# Command to install an executable
+INSTBIN = install
+
+# Command to install a non-executable file (documentation, etc.)
+INSTDATA = install -m0644
+
+# Command to create a symbolic link
+SYMLINK = ln -sf
+
 # Default FLAGS for C compiler (can be overridden by user such as "make CFLAGS=-g")
 CFLAGS = ${CFLAGS}