From 27c086bd95025961e1a873c8916c73903a37ec89 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 16 Mar 1998 06:36:05 +0000 Subject: Added trailing newline, hopefully will fix the problem with esac Mon Mar 16 01:33:36 1998 Owen Taylor * 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 ] * gtk.m4: Not all shells understand $(...). Use `...` instead. [From: Raja R Harinath ] - 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 --- gtk/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gtk') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index d85cae191..0c367b36e 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -263,7 +263,7 @@ testinput_DEPENDENCIES = $(DEPS) testselection_DEPENDENCIES = $(DEPS) simple_DEPENDENCIES = $(DEPS) -.PHONY: files +.PHONY: files test test-debug files: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ @@ -271,7 +271,11 @@ files: done test: testgtk - ( CWD=`pwd` ; cd $(srcdir) ; $$CWD/testgtk ) + builddir=`pwd`; cd $(top_builddir); top_builddir=`pwd`; \ + cd $$builddir; cd $(srcdir); \ + $(SHELL) $$top_builddir/libtool --mode=execute $$builddir/testgtk test-debug: testgtk - ( CWD=`pwd` ; cd $(srcdir) ; gdb $$CWD/testgtk ) + builddir=`pwd`; cd $(top_builddir); top_builddir=`pwd`; \ + cd $$builddir; cd $(srcdir); \ + $(SHELL) $$top_builddir/libtool --mode=execute gdb $$builddir/testgtk -- cgit v1.2.1