X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=d56caaddd91cb2db29d92744f1977d232955feda;hp=3e30cee9466612e83a5dc09e0664b942ba48529a;hb=f89b3d16db90be99c3097c8dac0d95930cdd1f1d;hpb=33d5cc415ec31d14f126dbb19f8538b04d2c1b49 diff --git a/configure b/configure index 3e30cee9..d56caadd 100755 --- a/configure +++ b/configure @@ -279,21 +279,6 @@ CXX = ${CXX} # Command to execute emacs from Makefiles 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}