1 | diff -Nur wml-2.0.11.orig/Makefile.in wml-2.0.11/Makefile.in |
---|
2 | --- wml-2.0.11.orig/Makefile.in 2010-09-19 22:29:41.000000000 +0200 |
---|
3 | +++ wml-2.0.11/Makefile.in 2010-09-19 22:30:45.000000000 +0200 |
---|
4 | @@ -129,8 +129,6 @@ |
---|
5 | $(INSTALL_DATA) wml_backend/p1_ipp/ipp.1 $(mandir)/man1/wml_p1_ipp.1 |
---|
6 | $(INSTALL_PROGRAM) wml_backend/p2_mp4h/src/mp4h@EXEEXT@ $(libdir)/exec/wml_p2_mp4h@EXEEXT@ |
---|
7 | $(INSTALL_DATA) wml_backend/p2_mp4h/doc/mp4h.1 $(mandir)/man1/wml_p2_mp4h.1 |
---|
8 | - $(INSTALL_PROGRAM) wml_backend/p4_gm4/src/m4@EXEEXT@ $(libdir)/exec/wml_p4_gm4@EXEEXT@ |
---|
9 | - $(INSTALL_DATA) wml_backend/p4_gm4/doc/m4.txt $(mandir)/$(catdir)1/wml_p4_gm4.1 |
---|
10 | $(INSTALL_SCRIPT) wml_backend/p5_divert/divert.pl $(libdir)/exec/wml_p5_divert |
---|
11 | $(INSTALL_DATA) wml_backend/p5_divert/divert.1 $(mandir)/man1/wml_p5_divert.1 |
---|
12 | $(INSTALL_SCRIPT) wml_backend/p6_asubst/asubst.pl $(libdir)/exec/wml_p6_asubst |
---|
13 | diff -Nur wml-2.0.11.orig/configure wml-2.0.11/configure |
---|
14 | --- wml-2.0.11.orig/configure 2010-09-19 22:29:41.000000000 +0200 |
---|
15 | +++ wml-2.0.11/configure 2010-09-19 22:30:29.000000000 +0200 |
---|
16 | @@ -274,7 +274,7 @@ |
---|
17 | |
---|
18 | ac_unique_file="INSTALL" |
---|
19 | ac_default_prefix=/usr/local |
---|
20 | -ac_subdirs_all="$ac_subdirs_all wml_backend/p2_mp4h wml_backend/p4_gm4 wml_aux/iselect wml_common/gd" |
---|
21 | +ac_subdirs_all="$ac_subdirs_all wml_backend/p2_mp4h wml_aux/iselect wml_common/gd" |
---|
22 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS WML_VERSION VERSION WML_CONFIG_ARGS MAINT built_system built_user built_date libsubdir tmpdir build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os DCOLON CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP RANLIB ac_ct_RANLIB SET_MAKE PATH_PERL perlprog perlvers PERL_OPTS have_getoptlong have_bitvector have_filepathconvert have_imagesize have_io have_termreadkey INSTALLPRIVLIB INSTALLARCHLIB catdir subdirs LIBOBJS LTLIBOBJS' |
---|
23 | ac_subst_files='' |
---|
24 | |
---|
25 | @@ -2993,7 +2993,7 @@ |
---|
26 | |
---|
27 | |
---|
28 | |
---|
29 | -subdirs="$subdirs wml_backend/p2_mp4h wml_backend/p4_gm4 wml_aux/iselect wml_common/gd " |
---|
30 | +subdirs="$subdirs wml_backend/p2_mp4h wml_aux/iselect wml_common/gd " |
---|
31 | |
---|
32 | |
---|
33 | echo "$as_me:$LINENO: result: " >&5 |
---|
34 | diff -Nur wml-2.0.11.orig/wml_frontend/wml.src wml-2.0.11/wml_frontend/wml.src |
---|
35 | --- wml-2.0.11.orig/wml_frontend/wml.src 2010-09-19 22:29:41.000000000 +0200 |
---|
36 | +++ wml-2.0.11/wml_frontend/wml.src 2010-09-19 22:32:37.000000000 +0200 |
---|
37 | @@ -809,7 +809,7 @@ |
---|
38 | my ($opt, $from, $to, $tmp) = @_; |
---|
39 | my ($rc); |
---|
40 | |
---|
41 | - $rc = &dosystem("@libdir@/exec/wml_p4_gm4 $opt --prefix-builtins <$from >$to"); |
---|
42 | + $rc = &dosystem("@bindir@/gm4 $opt --prefix-builtins <$from >$to"); |
---|
43 | |
---|
44 | return $rc; |
---|
45 | } |
---|
46 | diff -Nur wml-2.0.11.orig/wml_backend/Makefile.in wml-2.0.11/wml_backend/Makefile.in |
---|
47 | --- wml-2.0.11.orig/wml_backend/Makefile.in 2010-09-19 23:01:27.000000000 +0200 |
---|
48 | +++ wml-2.0.11/wml_backend/Makefile.in 2010-09-19 23:02:00.000000000 +0200 |
---|
49 | @@ -17,7 +17,6 @@ |
---|
50 | SUBDIRS = \ |
---|
51 | p1_ipp \ |
---|
52 | p2_mp4h \ |
---|
53 | - p4_gm4 \ |
---|
54 | p5_divert \ |
---|
55 | p6_asubst \ |
---|
56 | p7_htmlfix \ |
---|