X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=configure;h=df1636d2f576a4031f9b2e8d6cec9e2846120410;hb=c20be126e5e52af9b8cdff5685124e4a867e375a;hp=7db537e41fb4d909fb98c22582e3d24f13689f88;hpb=649b1609a166c4b176b5afb6e4053eb5a88a07d9;p=notmuch.git diff --git a/configure b/configure index 7db537e4..df1636d2 100755 --- 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}