Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685696
Collapse All | Expand All

(-)lrzsz-0.12.20.orig/configure.in (+1 lines)
Lines 1-3 Link Here
1
m4_pattern_allow(.*)
1
dnl Process this file with autoconf to produce a configure script.
2
dnl Process this file with autoconf to produce a configure script.
2
AC_INIT(src/crctab.c)
3
AC_INIT(src/crctab.c)
3
AM_INIT_AUTOMAKE(lrzsz, 0.12.20)
4
AM_INIT_AUTOMAKE(lrzsz, 0.12.20)
(-)lrzsz-0.12.20.orig/po/Makefile.in.in (-2 / +2 lines)
Lines 110-118 Link Here
110
install-data-no: all
110
install-data-no: all
111
install-data-yes: all
111
install-data-yes: all
112
	if test -r $(MKINSTALLDIRS); then \
112
	if test -r $(MKINSTALLDIRS); then \
113
	  $(MKINSTALLDIRS) $(datadir); \
113
	  $(MKINSTALLDIRS) $(DATADIR); \
114
	else \
114
	else \
115
	  $(top_srcdir)/mkinstalldirs $(datadir); \
115
	  $(top_srcdir)/mkinstalldirs $(DATADIR); \
116
	fi
116
	fi
117
	@catalogs='$(CATALOGS)'; \
117
	@catalogs='$(CATALOGS)'; \
118
	for cat in $$catalogs; do \
118
	for cat in $$catalogs; do \

Return to bug 685696