X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=df1636d2f576a4031f9b2e8d6cec9e2846120410;hp=3e30cee9466612e83a5dc09e0664b942ba48529a;hb=c20be126e5e52af9b8cdff5685124e4a867e375a;hpb=33d5cc415ec31d14f126dbb19f8538b04d2c1b49 diff --git a/configure b/configure index 3e30cee9..df1636d2 100755 --- a/configure +++ b/configure @@ -286,10 +286,10 @@ gzip = gzip MKDIR = install -d # Command to install an executable -INSTBIN = install +INSTALL-BIN = install # Command to install a non-executable file (documentation, etc.) -INSTDATA = install -m0644 +INSTALL-DATA = install -m0644 # Command to create a symbolic link SYMLINK = ln -sf