Re: [PATCH] Make `gtk.m4' friendlier to more shells
- From: Owen Taylor <owt1 cornell edu>
- To: Raja R Harinath <harinath cs umn edu>
- Cc: gtk-list redhat com
- Subject: Re: [PATCH] Make `gtk.m4' friendlier to more shells
- Date: 15 Mar 1998 18:24:31 -0500
Raja R Harinath <harinath@cs.umn.edu> writes:
> Hi,
>
> Here's a patch to make gtk.m4 use `...` instead of $(...).
Thanks. I actually knew that not to do that. I had just changed it
while trying to debug bizzare m4 problems, and forgot to change it
back.:-(
> Index: gtk.m4
> ===================================================================
> RCS file: /debian/home/gnomecvs/gtk+/gtk.m4,v
> retrieving revision 1.4
> diff -u -p -r1.4 gtk.m4
> --- gtk.m4 1998/03/15 03:46:28 1.4
> +++ gtk.m4 1998/03/15 22:45:37
> @@ -13,8 +13,8 @@ dnl
> AC_MSG_CHECKING(for GTK - version >= $min_gtk_version)
> no_gtk=""
> if test "$GTK_CONFIG" != "no" ; then
> - GTK_CFLAGS=$($GTK_CONFIG --cflags)
> - GTK_LIBS=$($GTK_CONFIG --libs)
> + GTK_CFLAGS=`$GTK_CONFIG --cflags`
> + GTK_LIBS=`$GTK_CONFIG --libs`
> ac_save_CFLAGS="$CFLAGS"
> ac_save_LIBS="$LIBS"
> CFLAGS="$CFLAGS $GTK_CFLAGS"
>
> I can commit it if it is ok.
It's fine. But I'm about to commit another change to gtk.m4,
so I might as well do both.
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]