From 9babe1ad287308b003641e1fc152aff808b95d86 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 6 Nov 2010 14:41:52 -0400 Subject: Retool our use of configure such that we track it like everyone else does i.e. don't keep generated or foreign stuff in our source tree. As a side effect, this lets us use a libtool, etc. from this century --- zwgc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc') diff --git a/zwgc/Makefile.in b/zwgc/Makefile.in index 86fd3be..63c77c2 100644 --- a/zwgc/Makefile.in +++ b/zwgc/Makefile.in @@ -1,4 +1,4 @@ -SHELL = /bin/sh +SHELL=@SHELL@ prefix=@prefix@ exec_prefix=@exec_prefix@ -- cgit v1.2.3