summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-19 22:02:25 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-19 22:02:25 (EST)
commit7266416702d6d83cd1a2bc3a7b3e579d711c83df (patch)
tree42d69705418e6b9d88be3ddb1547d2b443a6797d /configure.ac
parenta6d79aecf9bb27c27e3f9fbef544e190592f24b7 (diff)
Respect the --with-opkglibdir configure switch in update-alternatives.
From John L. Chmielewski <jlcster@gmail.com>. git-svn-id: http://opkg.googlecode.com/svn/trunk@342 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c238e1b..f97a1c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -260,5 +260,6 @@ AC_OUTPUT(
src/Makefile
libbb/Makefile
utils/Makefile
+ utils/update-alternatives
libopkg.pc
)