diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-24 16:52:09 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-24 16:52:09 +0000 |
commit | a263d1abcf2eec73c3db2bb9b92f4218f5258313 (patch) | |
tree | 0f63012709bf497014e6115b56884f3d879e975a /libgomp/configure.ac | |
parent | 3072961312a33b4c831b5591257589c03c3771b4 (diff) | |
download | gcc-a263d1abcf2eec73c3db2bb9b92f4218f5258313.tar.gz |
PR libgomp/25942
* configure.ac: Add AM_MAINTAINER_MODE.
* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110176 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure.ac')
-rw-r--r-- | libgomp/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgomp/configure.ac b/libgomp/configure.ac index 2a00337a57d..dbc5ed34e29 100644 --- a/libgomp/configure.ac +++ b/libgomp/configure.ac @@ -122,6 +122,8 @@ AM_PROG_LIBTOOL AC_SUBST(enable_shared) AC_SUBST(enable_static) +AM_MAINTAINER_MODE + # We need gfortran to compile parts of the library # We can't use AC_PROG_FC because it expects a fully working gfortran. #AC_PROG_FC(gfortran) |