]> git.pld-linux.org Git - packages/gnome-applets.git/blob - gnome-applets-m4_fix.patch
- obsolete
[packages/gnome-applets.git] / gnome-applets-m4_fix.patch
1 diff -aurN gnome-applets-2.10.0.orig/m4/ac-define-dir.m4 gnome-applets-2.10.0/m4/ac-define-dir.m4
2 --- gnome-applets-2.10.0.orig/m4/ac-define-dir.m4       2005-01-03 19:19:27.000000000 +0100
3 +++ gnome-applets-2.10.0/m4/ac-define-dir.m4    2005-03-22 22:49:28.818378784 +0100
4 @@ -2,7 +2,7 @@
5  AC_DEFUN([AC_DEFINE_DIR], [
6    test "x$prefix" = xNONE && prefix="$ac_default_prefix"
7    test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8 -  ac_define_dir=`eval echo [$]$2`
9 +  ac_define_dir=`eval echo $2`
10    ac_define_dir=`eval echo [$]ac_define_dir`
11    $1="$ac_define_dir"
12    AC_SUBST($1)
This page took 0.353572 seconds and 3 git commands to generate.