Changeset 87977c7 in git for configure.ac


Ignore:
Timestamp:
Jul 25, 2013, 12:47:23 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
2ea18609e14482a4ddbe0fd0d68b8d5885268a0c
Parents:
c3066da943ed65e5390f6c04d9a69f7710bfc83547e8b0441e7692a4a4b6c2f23817976fe5203f1c
Message:
Merge pull request #342 from YueRen/spielwiese

Spielwiese
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rc3066d r87977c7  
    4242if test -z "$DOXYGEN";
    4343   then AC_MSG_WARN([Doxygen not found - continuing without Doxygen support])
    44 fi 
     44fi
    4545AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
    46                                                                    
     46
    4747LT_INIT
    4848
     
    8585SING_CHECK_DBM
    8686SING_CHECK_GFANLIB
     87SING_CHECK_POLYMAKE
    8788
    8889### the following is needed due to the use of om_sing_opt_show_mem in misc_ip.cc...
     
    145146AC_DEFINE_UNQUOTED([LDFLAGS],"$LDFLAGS",[LDFLAGS])
    146147AC_DEFINE_UNQUOTED([LIBS],"$LIBS",[LIBS])
    147  
    148  
     148
     149
    149150SING_SHOW_FLAGS([Compiler/linker flags: ])
    150151
    151    
     152
    152153AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([dox/Doxyfile])])
    153154AC_CONFIG_FILES([dox/Makefile])
     
    173174AC_CONFIG_FILES([dyn_modules/syzextra/Makefile])
    174175AC_CONFIG_FILES([dyn_modules/callgfanlib/Makefile])
     176AC_CONFIG_FILES([dyn_modules/callpolymake/Makefile])
    175177
    176178AC_CONFIG_FILES([Singular/Makefile])
Note: See TracChangeset for help on using the changeset viewer.