From 453aa5c00561e4c73297f69e9f7c492a678e9699 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 23 Jan 2014 01:50:33 +0100 Subject: [PATCH] Add SHELL override from autoconf, since otherwise libtool might break on systems with dash. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 1091f93..63a69e7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,6 +14,7 @@ CXX=@CXX@ CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @GLEW_CFLAGS@ LDFLAGS=@GLEW_LIBS@ @SDL_LIBS@ -lpthread DEMO_LDLIBS=@SDL_image_LIBS@ -lrt -lpthread @libpng_LIBS@ +SHELL=@SHELL@ LIBTOOL=@LIBTOOL@ RANLIB=ranlib INSTALL=install -- 2.39.2