GNOME Bugzilla – Bug 68965
rep-gtk-gnome2 fails to configure
Last modified: 2009-08-16 15:13:28 UTC
(rep-gtk-gnome2-0.0.1 ) first off, the directory in the .tar.gz is rep-gtk and not rep-gtk-gnome2-0.0.1 (as is standard?) then it fails on: ./configure: line 1133: syntax error near unexpected token 'PKG_CHECK_MODULES(GLIB,' ./configure: line 1133: `PKG_CHECK_MODULES(GLIB, glib-2.0 >= 1.3)'
The configure script doesn't recognize PKG_CHECK_MODULES because pkg.m4 hasn't been included in aclocal.m4 (this needs to be fixed in the tarball). To get rep-gtk to build, run aclocal autoconf before configure, assuming that pkgconfig is already installed.