summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2010-11-06 14:41:52 -0400
committerGravatar Karl Ramm <kcr@1ts.org>2011-10-23 11:37:06 -0400
commit9babe1ad287308b003641e1fc152aff808b95d86 (patch)
treeb16588358479a8ddbb8687be3ecce86329ff25f5 /zwgc
parent058d831196fee7af340026776798eeac5844836a (diff)
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
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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@