aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-01 00:07:08 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-01 00:07:08 -0700
commitc20be126e5e52af9b8cdff5685124e4a867e375a (patch)
treeed8084c02ba1ea2302d692f8adb376bc7b520577 /configure
parent33d5cc415ec31d14f126dbb19f8538b04d2c1b49 (diff)
Makefiles: Align the columns of output.
Much better.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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