X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=df1636d2f576a4031f9b2e8d6cec9e2846120410;hp=7db537e41fb4d909fb98c22582e3d24f13689f88;hb=bb5211684654b7cf54f842990a733a64fe01d612;hpb=649b1609a166c4b176b5afb6e4053eb5a88a07d9 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}