+++ /dev/null
-//---------------------------- config.h ---------------------------
-// $Id$
-// Version: $Name$
-//
-// Copyright (C) 2001, 2002 by the deal.II authors
-//
-// This file is subject to QPL and may not be distributed
-// without copyright and license information. Please refer
-// to the file deal.II/doc/license.html for the text and
-// further information on this license.
-//
-//---------------------------- config.h ---------------------------
-#ifndef __deal2__config_h
-#define __deal2__config_h
-
-// Note: you should not usually have to change this file, as it is
-// automatically generated from the ./configure file in the top level
-// directory. If there are problems with the contents of this file,
-// rather than changing it, try to modify the mechanisms in
-// configure.in that generated this output. The reason is that you
-// would have to make these changes each time you compile a new
-// version of the library, or on a different computer. Furthermore, it
-// is important not to build different parts of the library with
-// different versions of this file.
-//
-// In case of problems in autodetection of features of your build
-// environment, contact the authors of the library.
-
-@TOP@
-@BOTTOM@
-
-#endif
/* base/include/base/config.h.in. Generated from configure.in by autoheader. */
+
+
//---------------------------- config.h ---------------------------
// $Id$
// Version: $Name$
// environment, contact the authors of the library.
+
/* Backward compatibility support for functions and classes that do not take
an explicit mapping variable, but rather use a default Q1 mapping instead
*/
*/
#undef XLC_WORK_AROUND_STD_BUG
+
+
#endif
+
echo "$as_me:$LINENO: result: --------------------- generating output ---------------------" >&5
echo "${ECHO_T}--------------------- generating output ---------------------" >&6
+
+
+
+
+
+
+
ac_config_files="$ac_config_files common/Make.global_options common/Makefile.template doc/Makefile doc/auto/Makefile doc/auto/kdoc/Makefile"
AC_MSG_RESULT()
AC_MSG_RESULT(--------------------- generating output ---------------------)
-dnl Write output to the global options file
+dnl First set the templates for config.h
+AH_TOP(
+[
+//---------------------------- config.h ---------------------------
+// $Id$
+// Version: $Name$
+//
+// Copyright (C) 2001, 2002 by the deal.II authors
+//
+// This file is subject to QPL and may not be distributed
+// without copyright and license information. Please refer
+// to the file deal.II/doc/license.html for the text and
+// further information on this license.
+//
+//---------------------------- config.h ---------------------------
+#ifndef __deal2__config_h
+#define __deal2__config_h
+
+// Note: you should not usually have to change this file, as it is
+// automatically generated from the ./configure file in the top level
+// directory. If there are problems with the contents of this file,
+// rather than changing it, try to modify the mechanisms in
+// configure.in that generated this output. The reason is that you
+// would have to make these changes each time you compile a new
+// version of the library, or on a different computer. Furthermore, it
+// is important not to build different parts of the library with
+// different versions of this file.
+//
+// In case of problems in autodetection of features of your build
+// environment, contact the authors of the library.
+
+])
+
+
+AH_BOTTOM(
+[
+
+#endif
+])
+
+dnl Write output to the global options file
AC_OUTPUT(common/Make.global_options common/Makefile.template doc/Makefile doc/auto/Makefile doc/auto/kdoc/Makefile)