diff options
author | test-tools <test-tools> | 2006-10-17 10:01:04 +0000 |
---|---|---|
committer | test-tools <test-tools> | 2006-10-17 10:01:04 +0000 |
commit | baf43bcc1494c217898d7c9a2d65976f41ffad29 (patch) | |
tree | e3d033d4a80713085cc98ba9fe713ab05583fd79 /configure.ac | |
parent | 462731b437e56fc1975f0621d4c08bf61f386949 (diff) | |
download | emerald-themes-baf43bcc1494c217898d7c9a2d65976f41ffad29.tar.gz emerald-themes-baf43bcc1494c217898d7c9a2d65976f41ffad29.tar.bz2 |
configure: Installation now defaults to /usr
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c865cfe..d61c852 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ PACKAGE=emerald-themes source $srcdir/VERSION AM_INIT_AUTOMAKE($PACKAGE,$VERSION) +AC_PREFIX_DEFAULT(/usr) AC_PROG_INSTALL |