summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-03-16 06:36:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-16 06:36:05 +0000
commit27c086bd95025961e1a873c8916c73903a37ec89 (patch)
treef22f779036e3723e996395fe417dea02fb135604 /docs
parentc91f2c0cfa99d2c354b0e1cd3aaff7a7d680cf8c (diff)
downloadgdk-pixbuf-27c086bd95025961e1a873c8916c73903a37ec89.tar.gz
Added trailing newline, hopefully will fix the problem with esac
Mon Mar 16 01:33:36 1998 Owen Taylor <owt1@cornell.edu> * gtk-config.in: Added trailing newline, hopefully will fix the problem with esac disappearing. * gtk/Makefile.am (test-debug): Improved test targets will work with --enable-shared [From: Raja R Harinath <harinath@cs.umn.edu>] * gtk.m4: Not all shells understand $(...). Use `...` instead. [From: Raja R Harinath <harinath@cs.umn.edu>] - use AM_PATH_PROG instead of AM_CHECK_PROG, so the user can specify programs not in their path. * Makefile.am: added gtk.m4 to EXTRA_DIST
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am1
-rw-r--r--docs/gtk-config.txt6
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index db06cafbb..ecf1ad7c6 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -8,6 +8,7 @@ EXTRA_DIST = \
Makefile.sgml \
gtkdocs_fix \
gtkfaq.sgml \
+ gtk-config.txt \
gtk_tut.sgml \
gtk_tut_it.sgml \
debugging.txt \
diff --git a/docs/gtk-config.txt b/docs/gtk-config.txt
index 5e3b6da67..508969342 100644
--- a/docs/gtk-config.txt
+++ b/docs/gtk-config.txt
@@ -65,13 +65,13 @@ This macro:
is later than MINIMUM-VERSION. (A default version will be used
if not specified)
- * If the required version was found, sets the GDK_CFLAGS variable to
- the output of `gtk-config --cflags` and the GDK_LIBS variable to
+ * If the required version was found, sets the GTK_CFLAGS variable to
+ the output of `gtk-config --cflags` and the GTK_LIBS variable to
the output of `gtk-config --libs`, and calls AC_SUBST() for these
variables so they can be used in generated makefiles, and then
executes ACTION-IF-FOUND.
- * If the required version was not found, sets GDK_CFLAGS and GDK_LIBS
+ * If the required version was not found, sets GTK_CFLAGS and GTK_LIBS
to empty strings, and executes ACTION-IF-NOT-FOUND.
This macro is in file 'gtk.m4' which is installed in $datadir/aclocal.