From 2546a35cd5d8671054b8ab99d760824fc5fc7b9d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 28 Dec 2006 16:54:35 +0000 Subject: Configuration changes: * Added libdownload check in configure.ac * Added generation for mirrorlists in pacman.d NOTE: autoconf sucks for things like this, so gen-mirrorlist is required MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dan McGee : * mirrorlist.in file Roman Kyrylych : * ukrainian mirror Jürgen Hötzel : * conditional build for pacman.static --- src/pacman/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/pacman/Makefile.am') diff --git a/src/pacman/Makefile.am b/src/pacman/Makefile.am index 216633a6..129fbee5 100644 --- a/src/pacman/Makefile.am +++ b/src/pacman/Makefile.am @@ -1,4 +1,8 @@ -bin_PROGRAMS = pacman pacman.static +bin_PROGRAMS = pacman + +if LINKSTATIC +bin_PROGRAMS += pacman.static +endif SUBDIRS = po -- cgit v1.2.3-24-g4f1b