]> git.sesse.net Git - movit/commitdiff
Add SHELL override from autoconf, since otherwise libtool might break on systems...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Jan 2014 00:50:33 +0000 (01:50 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Jan 2014 00:50:33 +0000 (01:50 +0100)
Makefile.in

index 1091f934eeaee49c6acca04d046ef7aa84d5630b..63a69e7083c15bb9690e5523e066345e9160753d 100644 (file)
@@ -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@
 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
 LIBTOOL=@LIBTOOL@
 RANLIB=ranlib
 INSTALL=install