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 --- lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.in b/lib/Makefile.in index dfd6500..79c8173 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -SHELL = /bin/sh +SHELL=@SHELL@ prefix=@prefix@ exec_prefix=@exec_prefix@ -- cgit v1.2.3