]> git.notmuchmail.org Git - notmuch/blobdiff - configure
git: Ignore `notmuch-shared'
[notmuch] / configure
index 7db537e41fb4d909fb98c22582e3d24f13689f88..df1636d2f576a4031f9b2e8d6cec9e2846120410 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
+INSTALL-BIN = install
+
+# Command to install a non-executable file (documentation, etc.)
+INSTALL-DATA = 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}