summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 10:08:25 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 10:08:25 +0100
commit527ef20fb8832c1e65f6a475bc60013875123337 (patch)
tree25f08062299ffbdea059e30dbc298bd9e145de58
parent1e94fc361ed9bfecf22935a2e12a7c2bfc8e60f9 (diff)
build: remove default /usr prefix
We should never install anything into /usr by default. Remove that. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f6783ca..e25536f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,6 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER(config.h)
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
-AC_PREFIX_DEFAULT([/usr])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign 1.11 subdir-objects dist-xz no-dist-gzip tar-pax -Wall -Werror -Wno-portability])