Magellan Linux

Contents of /trunk/dgs/patches/dgs-0.5.10-m4-underquoted.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 2894 byte(s)
-import

1 --- dgs-0.5.10/path_dps.m4.orig 2007-05-08 01:04:45.000000000 +0200
2 +++ dgs-0.5.10/path_dps.m4 2007-05-08 01:06:20.000000000 +0200
3 @@ -199,7 +199,7 @@
4 dnl Else this macro guesses dps libraries directory path and
5 dnl set dps_libraries_candidates_gstep.
6 dnl ----------------------------------------------------------------
7 -AC_DEFUN(AC_PATH_DPS_GUESS_GNUSTEP,
8 +AC_DEFUN([AC_PATH_DPS_GUESS_GNUSTEP],
9 [dps_arch=${GNUSTEP_HOST_CPU}
10 dps_os=${GNUSTEP_HOST_OS}
11 dps_combo=${LIBRARY_COMBO}
12 @@ -236,7 +236,7 @@
13 dnl are candidates for all platforms.
14 dnl
15 dnl ----------------------------------------------------------------
16 -AC_DEFUN(AC_PATH_DPS_GUESS,
17 +AC_DEFUN([AC_PATH_DPS_GUESS],
18 [dnl
19 dnl
20 dnl
21 @@ -330,7 +330,7 @@
22 dnl If existing, set null string to no_dps.
23 dnl If not existing, set yes to no_dps.
24 dnl ----------------------------------------------------------------
25 -AC_DEFUN(AC_PATH_DPS_CHECK_LIB,
26 +AC_DEFUN([AC_PATH_DPS_CHECK_LIB],
27 [if test "x$no_dps" = xyes; then
28 dnl DO nothing
29 echo -n ""
30 @@ -402,7 +402,7 @@
31 dnl * private AC_PATH_DPS_CHECK_HEADER
32 dnl Checking the existence of DPS/*.h
33 dnl ----------------------------------------------------------------
34 -AC_DEFUN(AC_PATH_DPS_CHECK_HEADER,
35 +AC_DEFUN([AC_PATH_DPS_CHECK_HEADER],
36 [AC_REQUIRE_CPP()
37 if test "x$no_dps" = xyes ; then
38 dnl DO nothing
39 @@ -437,7 +437,7 @@
40 dnl ----------------------------------------------------------------
41 dnl * private AC_PATH_DPS_CHECK
42 dnl ----------------------------------------------------------------
43 -AC_DEFUN(AC_PATH_DPS_CHECK,
44 +AC_DEFUN([AC_PATH_DPS_CHECK],
45 [AC_PATH_DPS_CHECK_LIB
46 if test "x$no_dps" != xyes ; then
47 AC_PATH_DPS_CHECK_HEADER
48 @@ -447,7 +447,7 @@
49 dnl ----------------------------------------------------------------
50 dnl * public AC_PATH_DPS
51 dnl ----------------------------------------------------------------
52 -AC_DEFUN(AC_PATH_DPS,
53 +AC_DEFUN([AC_PATH_DPS],
54 [dnl
55 AC_REQUIRE([AC_PATH_X])
56 AC_MSG_CHECKING(for DPS)
57 @@ -522,7 +522,7 @@
58 dnl ----------------------------------------------------------------
59 dnl * public AC_CHECK_DPS_NXAGENT
60 dnl ----------------------------------------------------------------
61 -AC_DEFUN(AC_CHECK_DPS_NXAGENT,
62 +AC_DEFUN([AC_CHECK_DPS_NXAGENT],
63 [AC_REQUIRE([AC_PATH_DPS])
64 if test "x$no_dps" = xyes ; then
65 dnl Do nothing
66 @@ -555,7 +555,7 @@
67 dnl ----------------------------------------------------------------
68 dnl * public AC_PATH_DPSET
69 dnl ----------------------------------------------------------------
70 -AC_DEFUN(AC_PATH_DPSET,
71 +AC_DEFUN([AC_PATH_DPSET],
72 [AC_REQUIRE([AC_PATH_DPS])
73 AC_REQUIRE([AC_CHECK_DPS_NXAGENT])
74
75 @@ -576,7 +576,7 @@
76 dnl Set output variable `PSWRAP' to `pswrap' if `pswrap' is found,
77 dnl otherwise to `' (Empty).
78 dnl ----------------------------------------------------------------
79 -AC_DEFUN(AC_PROG_PSWRAP,
80 +AC_DEFUN([AC_PROG_PSWRAP],
81 [AC_CHECK_PROG(PSWRAP, pswrap, pswrap, "")])
82
83