]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
process custom doxygen header
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Jul 2005 09:54:16 +0000 (09:54 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Jul 2005 09:54:16 +0000 (09:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@11204 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index 4b9f2ab1fbdefd9fa950d283fe63ea51a4322c88..87a2320ba26a12044fa784b84bff3d3e9df53b94 100755 (executable)
@@ -3145,8 +3145,8 @@ echo "${ECHO_T}Unrecognized C++ compiler -- Try to go ahead and get help from de
        ;;
 
       *cygwin* )
-        CXXFLAGSPIC=
-        LDFLAGSPIC=
+                                                                CXXFLAGSPIC="-Xlinker --allow-multiple-definition"
+        LDFLAGSPIC="--allow-multiple-definition"
         ;;
 
       *)
@@ -7576,7 +7576,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
 #include <cstdlib>
-extern "C" void abort () {}
+extern "C" void abort () { for(;;) ; }
 
 int
 main ()
@@ -10454,7 +10454,7 @@ echo "${ECHO_T}--------------------- generating output ---------------------" >&
 
 
 
-                                                            ac_config_files="$ac_config_files common/Make.global_options common/Makefile.template common/scripts/make_dependencies.pl doc/Makefile doc/doxygen/Makefile doc/doxygen/options.dox"
+                                                                      ac_config_files="$ac_config_files common/Make.global_options common/Makefile.template common/scripts/make_dependencies.pl doc/Makefile doc/doxygen/Makefile doc/doxygen/options.dox doc/doxygen/header.html"
 
 
 test "x$prefix" = xNONE && prefix=$ac_default_prefix
@@ -10932,6 +10932,7 @@ do
   "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
   "doc/doxygen/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/doxygen/Makefile" ;;
   "doc/doxygen/options.dox" ) CONFIG_FILES="$CONFIG_FILES doc/doxygen/options.dox" ;;
+  "doc/doxygen/header.html" ) CONFIG_FILES="$CONFIG_FILES doc/doxygen/header.html" ;;
   "base/include/base/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS base/include/base/config.h" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
index 5300395f614a31da398cd2caccbcff9fedf97245..090d9cf3f7f47d70f374e208a2192f6e94d22037 100644 (file)
@@ -656,7 +656,8 @@ AC_OUTPUT([common/Make.global_options
            common/scripts/make_dependencies.pl
            doc/Makefile 
           doc/doxygen/Makefile
-           doc/doxygen/options.dox])
+           doc/doxygen/options.dox
+          doc/doxygen/header.html])
 
 
 echo

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.