]> git.pld-linux.org Git - packages/libmng.git/blob - libmng-automake.patch
- use modular xorg
[packages/libmng.git] / libmng-automake.patch
1 --- libmng-1.0.9/makefiles/Makefile.am.orig     2005-01-30 11:50:34.000000000 +0100
2 +++ libmng-1.0.9/makefiles/Makefile.am  2005-02-05 20:58:13.948041296 +0100
3 @@ -2,9 +2,10 @@
4  \r
5  AUTOMAKE_OPTIONS = 1.3 foreign no-dependencies\r
6  \r
7 -# include the app subdirectories in the distribution\r
8 -EXTRA_DIST = makefiles doc contrib\r
9 +SUBDIRS = doc\r
10  \r
11 +# include the app subdirectories in the distribution\r
12 +EXTRA_DIST = makefiles contrib\r
13  \r
14  # libmng release @VERSION@\r
15  libmng_la_LDFLAGS = -version-info 1:0:0\r
16 --- libmng-1.0.9/makefiles/configure.in.orig    2005-01-30 11:50:34.000000000 +0100
17 +++ libmng-1.0.9/makefiles/configure.in 2005-02-05 20:58:38.560299664 +0100
18 @@ -189,5 +189,5 @@
19  \r
20    test $_restore -eq 1 && CPPFLAGS=$_cppflags LDFLAGS=$_ldflags\r
21  \r
22 -AC_CONFIG_FILES([Makefile])\r
23 +  AC_CONFIG_FILES([Makefile doc/Makefile doc/man/Makefile])\r
24  AC_OUTPUT\r
25 diff -Nru libmng-1.0.5.orig/doc/makefiles/Makefile.am libmng-1.0.5/doc/makefiles/Makefile.am
26 --- libmng-1.0.5.orig/doc/makefiles/Makefile.am Thu Jan  1 01:00:00 1970
27 +++ libmng-1.0.5/doc/makefiles/Makefile.am      Tue Mar  4 09:25:11 2003
28 @@ -0,0 +1,4 @@
29 +## Process this file with automake to produce Makefile.in
30 +
31 +SUBDIRS = man
32 +
33 diff -Nru libmng-1.0.5.orig/doc/man/makefiles/Makefile.am libmng-1.0.5/doc/man/makefiles/Makefile.am
34 --- libmng-1.0.5.orig/doc/man/makefiles/Makefile.am     Thu Jan  1 01:00:00 1970
35 +++ libmng-1.0.5/doc/man/makefiles/Makefile.am  Tue Mar  4 09:25:11 2003
36 @@ -0,0 +1,3 @@
37 +## Process this file with automake to produce Makefile.in
38 +
39 +man_MANS = libmng.3 jng.5 mng.5
This page took 0.058043 seconds and 3 git commands to generate.