diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-16 06:36:05 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-16 06:36:05 +0000 |
commit | 27c086bd95025961e1a873c8916c73903a37ec89 (patch) | |
tree | f22f779036e3723e996395fe417dea02fb135604 /gtk-config.in | |
parent | c91f2c0cfa99d2c354b0e1cd3aaff7a7d680cf8c (diff) | |
download | gtk+-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 'gtk-config.in')
-rw-r--r-- | gtk-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-config.in b/gtk-config.in index 251f6275d5..db0f4d3d7b 100644 --- a/gtk-config.in +++ b/gtk-config.in @@ -26,4 +26,4 @@ case $1 in echo "${usage}" 1>&2 exit 1 ;; -esac
\ No newline at end of file +esac |