Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 297351 Details for
Bug 433253
Review Request: dotconf - Required for speech dispatcher on OLPC XO
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
dotconf-1.0.13-m4-underquote.patch
dotconf-1.0.13-m4-underquote.patch (text/plain), 2.77 KB, created by
Assim Deodia
on 2008-03-09 10:02:56 UTC
(
hide
)
Description:
dotconf-1.0.13-m4-underquote.patch
Filename:
MIME Type:
Creator:
Assim Deodia
Created:
2008-03-09 10:02:56 UTC
Size:
2.77 KB
patch
obsolete
>diff -up dotconf-1.0.13/dotconf.m4.m4-underquote dotconf-1.0.13/dotconf.m4 >--- dotconf-1.0.13/dotconf.m4.m4-underquote 2002-09-17 23:38:08.000000000 +0530 >+++ dotconf-1.0.13/dotconf.m4 2008-03-01 19:49:12.000000000 +0530 >@@ -2,7 +2,7 @@ > dnl ## AM_PATH_DOTCONF([MINIMUM_VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT_FOUND]]]) > dnl ## > dnl ## >-AC_DEFUN(AM_PATH_DOTCONF, >+AC_DEFUN([AM_PATH_DOTCONF], > [dnl > dnl Get the cflags and libs from the dotconf-config script > dnl >diff -up dotconf-1.0.13/acinclude.m4.m4-underquote dotconf-1.0.13/acinclude.m4 >--- dotconf-1.0.13/acinclude.m4.m4-underquote 2002-01-30 20:29:17.000000000 +0530 >+++ dotconf-1.0.13/acinclude.m4 2008-03-01 19:45:18.000000000 +0530 >@@ -2,10 +2,10 @@ dnl SQ_EXPAND_DIR(VARNAME, DIR) > dnl expands occurrences of ${prefix} and ${exec_prefix} in the given DIR, > dnl and assigns the resulting string to VARNAME > dnl example: SQ_EXPAND_DIR(LOCALEDIR, "$datadir/locale") >-dnl eg, then: AC_DEFINE_UNQUOTED(LOCALEDIR, "$LOCALEDIR") >+dnl eg, then: AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR") > dnl by Alexandre Oliva > dnl from http://www.cygnus.com/ml/automake/1998-Aug/0040.html >-AC_DEFUN(SQ_EXPAND_DIR, [ >+AC_DEFUN([SQ_EXPAND_DIR], [ > $1=$2 > $1=`( > test "x$prefix" = xNONE && prefix="$ac_default_prefix" >@@ -24,7 +24,7 @@ dnl AC_PHP_ONCE(namespace, variable, cod > dnl > dnl execute code, if variable is not set in namespace > dnl >-AC_DEFUN(AC_PHP_ONCE,[ >+AC_DEFUN([AC_PHP_ONCE],[ > unique=`echo $ac_n "$2$ac_c" | tr -c -d a-zA-Z0-9` > cmd="echo $ac_n \"\$$1$unique$ac_c\"" > if test -n "$unique" && test "`eval $cmd`" = "" ; then >@@ -38,7 +38,7 @@ dnl AC_EXPAND_PATH(path, variable) > dnl > dnl expands path to an absolute path and assigns it to variable > dnl >-AC_DEFUN(AC_EXPAND_PATH,[ >+AC_DEFUN([AC_EXPAND_PATH],[ > if test -z "$1" || echo "$1" | grep '^/' >/dev/null ; then > $2="$1" > else >@@ -51,7 +51,7 @@ dnl AC_ADD_LIBPATH(path) > dnl > dnl add a library to linkpath/runpath > dnl >-AC_DEFUN(AC_ADD_LIBPATH,[ >+AC_DEFUN([AC_ADD_LIBPATH],[ > AC_EXPAND_PATH($1, ai_p) > AC_PHP_ONCE(LIBPATH, $ai_p, [ > EXTRA_LIBS="$EXTRA_LIBS -L$ai_p" >@@ -71,7 +71,7 @@ dnl AC_ADD_INCLUDE(path) > dnl > dnl add a include path > dnl >-AC_DEFUN(AC_ADD_INCLUDE,[ >+AC_DEFUN([AC_ADD_INCLUDE],[ > AC_EXPAND_PATH($1, ai_p) > AC_PHP_ONCE(INCLUDEPATH, $ai_p, [ > INCLUDES="$INCLUDES -I$ai_p" >@@ -83,7 +83,7 @@ dnl AC_ADD_LIBRARY(library) > dnl > dnl add a library to the link line > dnl >-AC_DEFUN(AC_ADD_LIBRARY,[ >+AC_DEFUN([AC_ADD_LIBRARY],[ > AC_PHP_ONCE(LIBRARY, $1, [ > EXTRA_LIBS="$EXTRA_LIBS -l$1" > ]) >@@ -94,7 +94,7 @@ dnl AC_ADD_LIBRARY_WITH_PATH(library, pa > dnl > dnl add a library to the link line and path to linkpath/runpath > dnl >-AC_DEFUN(AC_ADD_LIBRARY_WITH_PATH,[ >+AC_DEFUN([AC_ADD_LIBRARY_WITH_PATH],[ > AC_ADD_LIBPATH($2) > AC_ADD_LIBRARY($1) > ])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433253
:
295402
|
295663
|
296366
| 297351