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

(-)gerbv-2.6.1/configure.ac (-2 / +1 lines)
Lines 36-42 Link Here
36
36
37
dnl Internationalisation
37
dnl Internationalisation
38
AM_NLS
38
AM_NLS
39
AM_GNU_GETTEXT
39
AM_GNU_GETTEXT([external])
40
AM_GNU_GETTEXT_VERSION([0.16])
40
AM_GNU_GETTEXT_VERSION([0.16])
41
#AX_DESKTOP_I18N
41
#AX_DESKTOP_I18N
42
42
Lines 368-374 Link Here
368
############################################################
368
############################################################
369
369
370
AC_OUTPUT(	Makefile \
370
AC_OUTPUT(	Makefile \
371
		intl/Makefile \
372
		desktop/Makefile \
371
		desktop/Makefile \
373
		doc/PNG-print/Makefile \
372
		doc/PNG-print/Makefile \
374
		doc/eagle/Makefile \
373
		doc/eagle/Makefile \
(-)gerbv-2.6.1/Makefile.am (-1 / +1 lines)
Lines 19-25 Link Here
19
##  along with this program; if not, write to the Free Software
19
##  along with this program; if not, write to the Free Software
20
##  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
20
##  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
21
21
22
SUBDIRS = intl src po man doc example desktop scheme test win32
22
SUBDIRS = src po man doc example desktop scheme test win32
23
23
24
EXTRA_DIST = BUGS CONTRIBUTORS HACKING AUTHORS ChangeLog COPYING INSTALL \
24
EXTRA_DIST = BUGS CONTRIBUTORS HACKING AUTHORS ChangeLog COPYING INSTALL \
25
	NEWS README \
25
	NEWS README \

Return to bug 686716