Magellan Linux

Annotation of /trunk/dgs/patches/dgs-0.5.10-workaround-include-in-comments.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 862 byte(s)
-import

1 niro 144 http://bugs.gentoo.org/show_bug.cgi?id=126388
2     http://lists.gnu.org/archive/html/automake/2006-03/msg00037.html
3     automake-1.9.6 fails to ignore dnl ... include() statements and dies horribly
4    
5     diff -urN dgs-0.5.10.orig/path_dps.m4 dgs-0.5.10/path_dps.m4
6     --- dgs-0.5.10.orig/path_dps.m4 2006-03-23 00:32:59.000000000 -0800
7     +++ dgs-0.5.10/path_dps.m4 2006-03-23 00:33:50.000000000 -0800
8     @@ -169,7 +169,7 @@
9     dnl * If you use automake and if you didn't install path_dps.m4
10     dnl [1] Create a file named acinclude.m4 at the root directory of your package.
11     dnl [2] Put follwoing codes in the acinclude.m4
12     -dnl include(path_dps.m4)
13     +dnl CODE CENSORED, AUTOMAKE 1.9.6 BUG
14     dnl [3] Add path_dps.m4 to EXTRA_DIST in the Makefile.am at the directory .
15     dnl [4] Invoke the follwoing commands at the directory:
16     dnl automake; aclocal -I .; autoconf