blob: 752289709c8d4d6b2a2ac61c12383e2fe25b8467 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,8 +78,7 @@ SUBDIRS = \
avahi-autoipd \
avahi-ui \
avahi-ui-sharp \
- avahi-libevent \
- po
+ avahi-libevent
DX_INPUT = \
$(srcdir)/avahi-common/address.h \
--- a/configure.ac
+++ b/configure.ac
@@ -425,8 +425,6 @@ fi
GETTEXT_PACKAGE=avahi
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
-AM_GNU_GETTEXT_VERSION([0.19.8])
-AM_GNU_GETTEXT([external])
# Check for pkg-config manually first, as if its not installed the
# PKG_PROG_PKG_CONFIG macro won't be defined.
@@ -1177,7 +1175,6 @@ avahi-compat-howl/samples/Makefile
avahi-autoipd/Makefile
avahi-ui/Makefile
avahi-libevent/Makefile
-po/Makefile.in
])
AC_OUTPUT
|