]> git.notmuchmail.org Git - notmuch/blobdiff - configure
Makefiles: Eliminate the useless quiet_* functions.
[notmuch] / configure
index df1636d2f576a4031f9b2e8d6cec9e2846120410..d56caaddd91cb2db29d92744f1977d232955feda 100755 (executable)
--- a/configure
+++ b/configure
@@ -279,21 +279,6 @@ CXX = ${CXX}
 # Command to execute emacs from Makefiles
 EMACS = emacs --quick
 
 # 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
-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}
 
 # Default FLAGS for C compiler (can be overridden by user such as "make CFLAGS=-g")
 CFLAGS = ${CFLAGS}