From: Steinar H. Gunderson Date: Thu, 23 Jan 2014 00:50:33 +0000 (+0100) Subject: Add SHELL override from autoconf, since otherwise libtool might break on systems... X-Git-Tag: 1.0~59 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=453aa5c00561e4c73297f69e9f7c492a678e9699;ds=sidebyside Add SHELL override from autoconf, since otherwise libtool might break on systems with dash. --- 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