summaryrefslogtreecommitdiffstats
path: root/src/pacman/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-05-30 15:04:36 +0200
committerDan McGee <dan@archlinux.org>2007-05-30 15:04:36 +0200
commitdd926c7a1c23eab0db242184c7668f32fd4defee (patch)
tree6e6590897c23a0459c13c70a5b51504dafbc6c7f /src/pacman/Makefile.am
parent5c41d0eb4c7034998d9718f89e12f44fe872ab9a (diff)
downloadpacman-dd926c7a1c23eab0db242184c7668f32fd4defee.tar.gz
pacman-dd926c7a1c23eab0db242184c7668f32fd4defee.tar.xz
Modernize and update configure.ac
Using the autoscan tool, ensure we are doing the checks we should be doing in configure.ac. There is still more work to do, but this is a start at cleaning up the file a bit to make it much easier to change in the future. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/Makefile.am')
-rw-r--r--src/pacman/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pacman/Makefile.am b/src/pacman/Makefile.am
index 2b1a8a3f..06d1b447 100644
--- a/src/pacman/Makefile.am
+++ b/src/pacman/Makefile.am
@@ -1,10 +1,6 @@
SUBDIRS = po
-bin_PROGRAMS = pacman
-
-if LINKSTATIC
-bin_PROGRAMS += pacman.static
-endif
+bin_PROGRAMS = pacman pacman.static
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@