Changeset f284db in git
- Timestamp:
- Sep 7, 2012, 2:00:43 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 8181f5de8ac7b3396b44ed1178dee9ca26cb30d6
- Parents:
- 176f124de35754f9704fbb72ef59df683ccde804
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-07 14:00:43+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-07 19:51:24+02:00
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r176f12 rf284db 125 125 fi 126 126 127 AC_ARG_ENABLE(debug, AS_HELP_STRING([-- disable-debug], [do NOTbuild the debugging version of the libraries]),127 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [build the debugging version of the libraries]), 128 128 [if test "x$enableval" = "xyes"; then 129 129 ENABLE_DEBUG=yes -
factory/configure.ac
r176f12 rf284db 91 91 enable_debugoutput=no) 92 92 93 AC_ARG_ENABLE(debug, AS_HELP_STRING([-- disable-debug], [do NOTbuild the debugging version of the libraries]),93 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [build the debugging version of the libraries]), 94 94 [if test "x$enableval" = "xyes"; then 95 95 ENABLE_DEBUG=yes -
findexec/configure.ac
r176f12 rf284db 58 58 SING_CHECK_PIPE 59 59 60 AC_ARG_ENABLE(debug, AS_HELP_STRING([-- disable-debug], [do NOTbuild the debugging version of the libraries]),60 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [build the debugging version of the libraries]), 61 61 [if test "x$enableval" = "xyes"; then 62 62 ENABLE_DEBUG=yes -
libpolys/configure.ac
r176f12 rf284db 109 109 fi 110 110 111 if test "x$prefix" != xNONE; then112 PREFIX="$prefix"113 else114 PREFIX="$ac_default_prefix"115 fi111 #if test "x$prefix" != xNONE; then 112 # PREFIX="$prefix" 113 #else 114 # PREFIX="$ac_default_prefix" 115 #fi 116 116 117 AC_ARG_ENABLE(debug, AS_HELP_STRING([-- disable-debug], [do NOTbuild the debugging version of the libraries]),117 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [build the debugging version of the libraries]), 118 118 [if test "x$enableval" = "xyes"; then 119 119 ENABLE_DEBUG=yes … … 123 123 124 124 # AC_SUBST(PREFIX) 125 AC_DEFINE_UNQUOTED(INSTALL_PREFIX,"$PREFIX",Prefix)125 # AC_DEFINE_UNQUOTED(INSTALL_PREFIX,"$PREFIX",Prefix) 126 126 127 127 AC_DEFINE([SINGULAR],[1],[SINGULAR]) -
omalloc/configure.ac
r176f12 rf284db 24 24 dnl help for configure 25 25 dnl 26 AC_ARG_ENABLE(debug, AS_HELP_STRING([-- disable-debug], [do NOTbuild the debugging version of the libraries]),26 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [build the debugging version of the libraries]), 27 27 [if test "x$enableval" = "xyes"; then 28 28 ENABLE_DEBUG=yes
Note: See TracChangeset
for help on using the changeset viewer.