From: Wolfgang Bangerth Date: Tue, 15 Mar 2005 00:13:31 +0000 (+0000) Subject: Output detailed compiler version. X-Git-Tag: v8.0.0~14392 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b781294008ff34fdc18d798802dad075769951e1;p=dealii.git Output detailed compiler version. git-svn-id: https://svn.dealii.org/trunk@10144 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index c1e60289b8..07c15a102f 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -215,7 +215,7 @@ build-test: echo BUILDTESTNOTE=$(BUILDTESTNOTE) | tee -a build-test-log (./configure $(BUILDTESTFLAGS) 2>&1) > build-test-config if test -f common/Make.global_options ; then \ - grep GXX-VERSION common/Make.global_options ; \ + grep GXX-VERSION-DETAILED common/Make.global_options ; \ grep CC-VERSION common/Make.global_options ; \ grep F77-VERSION common/Make.global_options ; \ grep enable-multithreading common/Make.global_options ; \