From c20be126e5e52af9b8cdff5685124e4a867e375a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 1 Apr 2010 00:07:08 -0700 Subject: Makefiles: Align the columns of output. Much better. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3