Changeset 380d25 in git
- Timestamp:
- Apr 4, 2013, 6:20:42 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 0b8af92b140c06ea78aad28f08ef08d8592d87e067f82efac7d435c72c77fbd667d017b0ad83a57e
- Parents:
- 36d92001708514dead01b5d11b49a20edb888ccb
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-04-04 18:20:42+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-04-05 18:20:45+02:00
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r36d920 r380d25 6 6 endif 7 7 8 PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming gfanlib dyn_modules 8 PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming gfanlib dyn_modules dox 9 9 10 10 SUBDIRS =$(PACKAGES) -
configure.ac
r36d920 r380d25 54 54 AC_PROG_INSTALL 55 55 56 AC_CHECK_PROGS([DOXYGEN], [doxygen]) 57 if test -z "$DOXYGEN"; 58 then AC_MSG_WARN([Doxygen not found - continuing without Doxygen support]) 59 fi 60 AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"]) 61 56 62 LT_INIT 57 63 … … 119 125 fi 120 126 121 122 123 124 127 if test "x$ENABLE_FACTORY" = xyes; then 125 128 AC_MSG_CHECKING(whether to use omalloc in factory) … … 149 152 fi 150 153 154 AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([dox/Doxyfile])]) 155 AC_CONFIG_FILES([dox/Makefile]) 156 151 157 AC_CONFIG_SUBDIRS([findexec]) 152 158 AC_CONFIG_SUBDIRS([omalloc])
Note: See TracChangeset
for help on using the changeset viewer.