From 42c7e6d3f9fd05e91df753112d37652a8d742c66 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 26 Aug 2008 00:10:47 -0400 Subject: For cppunit builds, run autogen.sh before configure. --- lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 808d1f8b..4e806d31 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -29,7 +29,7 @@ boost-build: boost-release boost-debug cppunit-release: -(cd cppunit; make distclean) - (cd cppunit; \ + (cd cppunit; sh autogen.sh; \ ./configure CFLAGS="$(ARCH_CFLAGS)" \ LDFLAGS="$(ARCH_LDFLAGS)" \ --prefix=$(STOW_ROOT)/cppunit \ @@ -38,7 +38,7 @@ cppunit-release: cppunit-debug: -(cd cppunit; make distclean) - (cd cppunit; \ + (cd cppunit; sh autogen.sh; \ ./configure CPPFLAGS="-D_GLIBCXX_DEBUG=1" \ CFLAGS="-g $(ARCH_CFLAGS)" \ LDFLAGS="-g $(ARCH_LDFLAGS)" \ @@ -49,7 +49,7 @@ cppunit-debug: cppunit-build: cppunit-release cppunit-debug gdtoa-debug: - (cd gdtoa; \ + (cd gdtoa; autoreconf; \ ./configure CFLAGS="-g $(ARCH_CFLAGS)" \ LDFLAGS="-g $(ARCH_LDFLAGS)" \ --prefix=$(STOW_ROOT)/gdtoa \ -- cgit v1.2.3