diff options
author | Dan McGee <dan@archlinux.org> | 2007-06-04 10:37:00 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-04 17:00:30 -0400 |
commit | d9ff7bbcd2eef852f18ad65d79aa6b6f7c58535c (patch) | |
tree | 1f8fb2f1b794906300ca14ac68b592136a898de1 /configure.ac | |
parent | a094deacf4f6abbef10c6acf38190d4fa9d34f0e (diff) | |
download | pacman-d9ff7bbcd2eef852f18ad65d79aa6b6f7c58535c.tar.xz |
Remove hardcoded defines from libalpm
Remove any use of the former path variables defined by the Makefiles or
config.h. These are now runtime configurable only with pacman.conf (or by
using flags on the command line).
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 74d7911b..7312b7df 100644 --- a/configure.ac +++ b/configure.ac @@ -210,8 +210,6 @@ AM_CONDITIONAL(INCLUDE_ABS, test "x$includeabs" = "xyes") # Set root directory AC_SUBST(ROOTDIR) -AC_DEFINE_UNQUOTED([ROOTDIR], "$ROOTDIR", [Location of pacman's default root di -rectory]) # Set package file extension AC_SUBST(PKGEXT) AC_DEFINE_UNQUOTED([PKGEXT], "$PKGEXT", [The file extension used by pacman packages]) |