summaryrefslogtreecommitdiff
blob: 3c58bd18091ae9652cd44bbf93124171411888f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff -udr a/configure.in b/configure.in
--- a/configure.in	1998-12-30 08:50:07.000000000 +0100
+++ b/configure.in	2019-06-01 20:38:54.918650170 +0200
@@ -1,3 +1,4 @@
+m4_pattern_allow(.*)
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/crctab.c)
 AM_INIT_AUTOMAKE(lrzsz, 0.12.20)
diff -udr lrzsz-0.12.20.orig/po/Makefile.in.in lrzsz-0.12.20/po/Makefile.in.in
--- a/po/Makefile.in.in	1998-04-26 15:22:40.000000000 +0200
+++ b/po/Makefile.in.in	2019-06-01 20:48:09.020703542 +0200
@@ -110,9 +110,9 @@
 install-data-no: all
 install-data-yes: all
 	if test -r $(MKINSTALLDIRS); then \
-	  $(MKINSTALLDIRS) $(datadir); \
+	  $(MKINSTALLDIRS) $(DATADIR); \
 	else \
-	  $(top_srcdir)/mkinstalldirs $(datadir); \
+	  $(top_srcdir)/mkinstalldirs $(DATADIR); \
 	fi
 	@catalogs='$(CATALOGS)'; \
 	for cat in $$catalogs; do \