summaryrefslogtreecommitdiff
path: root/sed
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-03 10:01:59 +0200
committerPaolo Bonzini <bonzini@gnu.org>2008-10-03 10:34:54 +0200
commit51d634a52ff43e7197d96a2284377a4ceb1aa4fc (patch)
treeffa2c22b3a8d1d3035ad640b13f6232d8e2e07d7 /sed
parent74687e4bf7b3df0953a9226cf7ac9124cdc7f0db (diff)
downloadsed-51d634a52ff43e7197d96a2284377a4ceb1aa4fc.tar.gz
switch to external gettext
2008-10-03 Paolo Bonzini <bonzini@gnu.org> Jim Meyering <meyering@redhat.com> * Makefile.am: Remove intl subdir. Require Automake 1.10. * configure.ac: Remove useless macros, switch to external gettext. * lib/Makefile.am: Remove intl subdir from CPPFLAGS. * sed/Makefile.am: Remove intl subdir from CPPFLAGS.
Diffstat (limited to 'sed')
-rw-r--r--sed/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/sed/Makefile.am b/sed/Makefile.am
index 34ddd52..cfa7ed3 100644
--- a/sed/Makefile.am
+++ b/sed/Makefile.am
@@ -6,9 +6,8 @@ localedir = $(datadir)/locale
sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c utils.c
noinst_HEADERS = sed.h utils.h
-AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/intl \
- -I$(top_srcdir) -I$(top_builddir)/lib \
- -I$(top_builddir)/intl -DLOCALEDIR=\"$(localedir)\"
+AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir) -I$(top_builddir)/lib \
+ -DLOCALEDIR=\"$(localedir)\"
sed_LDADD = @INTLLIBS@ @LIB_ACL@ ../lib/libsed.a
sed_DEPENDENCIES = ../lib/libsed.a