From dd926c7a1c23eab0db242184c7668f32fd4defee Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 30 May 2007 09:04:36 -0400 Subject: 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 --- src/pacman/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/pacman/Makefile.am') 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@ -- cgit v1.2.3-24-g4f1b