1 $NetBSD: patch-ad,v 1.9 2006/03/31 22:30:02 jlam Exp $
3 --- popt/Makefile.in.orig 2002-06-06 11:34:39.000000000 +0000
5 @@ -108,16 +108,16 @@ AUTOMAKE_OPTIONS = 1.4 foreign
6 EXTRA_DIST = CHANGES autogen.sh $(noinst_MANS) popt.spec testit.sh po/Makefile.in.in po/POTFILES.in po/popt.pot popt.ps po/cs.po po/ro.po po/uk.po po/zh_CN.GB2312.po po/gl.po po/sk.po po/wa.po
12 INCLUDES = -I$(top_srcdir)
14 noinst_PROGRAMS = test1 test2
15 test1_SOURCES = test1.c
16 -test1_LDFLAGS = -all-static
18 test1_LDADD = $(noinst_LTLIBRARIES)
19 test2_SOURCES = test2.c
20 -test2_LDFLAGS = -all-static
22 test2_LDADD = $(noinst_LTLIBRARIES)
24 noinst_SCRIPTS = testit.sh
25 @@ -141,7 +141,7 @@ CPPFLAGS = @CPPFLAGS@
30 +libpopt_la_LIBADD = $(INTLLIBS)
31 libpopt_la_OBJECTS = popt.lo findme.lo poptparse.lo poptconfig.lo \
33 noinst_PROGRAMS = test1$(EXEEXT) test2$(EXEEXT)