Changeset 47e8b04 in git for configure.ac


Ignore:
Timestamp:
Jul 18, 2013, 3:03:17 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
87977c77f3d3666b9c0306a8fd7e7e93a76b25e6
Parents:
c8e1159b19cf2962fcc89a7d558f7fc2ef5222ec
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-07-18 15:03:17+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-07-18 15:27:11+02:00
Message:
new: first try in polymake interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rc8e115 r47e8b04  
    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
     
    8282SING_CHECK_DBM
    8383SING_CHECK_GFANLIB
     84SING_CHECK_POLYMAKE
    8485
    8586### the following is needed due to the use of om_sing_opt_show_mem in misc_ip.cc...
     
    142143AC_DEFINE_UNQUOTED([LDFLAGS],"$LDFLAGS",[LDFLAGS])
    143144AC_DEFINE_UNQUOTED([LIBS],"$LIBS",[LIBS])
    144  
    145  
     145
     146
    146147SING_SHOW_FLAGS([Compiler/linker flags: ])
    147148
    148    
     149
    149150AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([dox/Doxyfile])])
    150151AC_CONFIG_FILES([dox/Makefile])
     
    170171AC_CONFIG_FILES([dyn_modules/syzextra/Makefile])
    171172AC_CONFIG_FILES([dyn_modules/callgfanlib/Makefile])
     173AC_CONFIG_FILES([dyn_modules/callpolymake/Makefile])
    172174
    173175AC_CONFIG_FILES([Singular/Makefile])
Note: See TracChangeset for help on using the changeset viewer.