diff options
author | Dan McGee <dan@archlinux.org> | 2007-05-30 09:04:36 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-30 09:04:36 -0400 |
commit | dd926c7a1c23eab0db242184c7668f32fd4defee (patch) | |
tree | 6e6590897c23a0459c13c70a5b51504dafbc6c7f /src/pacman | |
parent | 5c41d0eb4c7034998d9718f89e12f44fe872ab9a (diff) |
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')
-rw-r--r-- | src/pacman/Makefile.am | 6 |
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@ |