]> git.pld-linux.org Git - packages/vcdimager.git/blob - vcdimager-am_ac.patch
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/vcdimager.git] / vcdimager-am_ac.patch
1 diff -urN vcdimager-0.6.2.org/configure.in vcdimager-0.6.2/configure.in
2 --- vcdimager-0.6.2.org/configure.in    Sun Jun  3 11:06:39 2001
3 +++ vcdimager-0.6.2/configure.in        Sun Jun  3 11:15:20 2001
4 @@ -35,6 +35,8 @@
5  
6  enable_cli_fe_popt=no
7  
8 +POPT_LIBS=""
9 +
10  if test "x$enable_cli_fe" = "xyes"; then
11   AC_CHECK_LIB(popt, poptGetContext, POPT_LIBS="-lpopt", enable_cli_fe_popt=yes)
12  fi
13 diff -urN vcdimager-0.6.2.org/frontends/cli/Makefile.am vcdimager-0.6.2/frontends/cli/Makefile.am
14 --- vcdimager-0.6.2.org/frontends/cli/Makefile.am       Sun Jun  3 11:06:39 2001
15 +++ vcdimager-0.6.2/frontends/cli/Makefile.am   Sun Jun  3 11:17:31 2001
16 @@ -1,14 +1,4 @@
17 -if BUILD_CLI_FE_POPT
18 -POPT_SUBDIR = popt
19 -POPT_INCLUDES = -I$(srcdir)/popt/
20 -POPT_LIBS = popt/libpopt.a
21 -else
22 -POPT_LIBS = -lpopt
23 -endif
24 -
25  bin_PROGRAMS = vcdimager vcdrip
26 -
27 -SUBDIRS = $(POPT_SUBDIR)
28  
29  INCLUDES = $(POPT_INCLUDES) -I $(top_srcdir)/libvcd/ 
30  
This page took 0.174623 seconds and 3 git commands to generate.