Lines Matching refs:gtk
9 dnl Get the cflags and libraries from the gtk-config script
11 AC_ARG_WITH(gtk-prefix,[ --with-gtk-prefix=PFX Prefix where GTK is installed (optional)],
13 AC_ARG_WITH(gtk-exec-prefix,[ --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optio…
30 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
36 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
40 AC_PATH_PROG(GTK_CONFIG, gtk-config, no)
62 dnl checks the results of gtk-config to some extent
66 #include <gtk/gtk.h>
89 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
92 printf ("*** was found! If gtk-config was correct, then it is best\n");
97 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
98 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
126 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
129 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
132 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
150 echo "*** The gtk-config script installed by GTK could not be found"
153 echo "*** full path to gtk-config."
162 #include <gtk/gtk.h>
178 echo "*** rpm --erase --nodeps gtk gtk-devel" ],
182 echo "*** may want to edit the gtk-config script: $GTK_CONFIG" ])