autogen.sh Fix



To get the HEAD gtk+ to work for me, I had to change the autogen.sh -
Basically I had to change the following (line 52) from:

m4list="glib.m4 gettext.m4"

to the following:

m4list="glib-2.0.m4 gettext.m4"

Otherwise it will not find the AM_PATH_GLIB_2_0 macro.

Regards,
Ali




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]