You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Maxim P. Dementiev (JIRA)" <ji...@apache.org> on 2009/02/03 14:11:59 UTC

[jira] Commented: (ZOOKEEPER-281) autoreconf fails for /zookeeper-3.0.1/src/c/

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669943#action_12669943 ] 

Maxim P. Dementiev commented on ZOOKEEPER-281:
----------------------------------------------

dememax@dememax-laptop ~/sources/ZooKeeper/zookeeper-3.0.1/src/c $ diff -c __acinclude.m4__ acinclude.m4
*** __acinclude.m4__    2009-02-03 16:06:00.000000000 +0300
--- acinclude.m4        2009-02-03 16:06:48.000000000 +0300
***************
*** 76,82 ****
  # Require the specified program to be found for the DX_CURRENT_FEATURE to work.
  AC_DEFUN([DX_REQUIRE_PROG], [
  AC_PATH_TOOL([$1], [$2])
! if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
      AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
      AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
  fi
--- 76,82 ----
  # Require the specified program to be found for the DX_CURRENT_FEATURE to work.
  AC_DEFUN([DX_REQUIRE_PROG], [
  AC_PATH_TOOL([$1], [$2])
! if test "$DX_FLAG_$[DX_CURRENT_FEATURE$$1]" = 1; then
      AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
      AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
  fi
dememax@dememax-laptop ~/sources/ZooKeeper/zookeeper-3.0.1/src/c $ autoreconf -i -f -v
autoreconf-2.63: Entering directory `.'
autoreconf-2.63: configure.ac: not using Gettext
autoreconf-2.63: running: aclocal --force 
configure.ac:21: error: AC_SUBST: `DX_FLAG_[]DX_CURRENT_FEATURE' is not a valid shell variable name
acinclude.m4:77: DX_REQUIRE_PROG is expanded from...
acinclude.m4:117: DX_ARG_ABLE is expanded from...
acinclude.m4:178: DX_INIT_DOXYGEN is expanded from...
configure.ac:21: the top level
autom4te-2.63: /usr/bin/m4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1
autoreconf-2.63: aclocal failed with exit status: 1
dememax@dememax-laptop ~/sources/ZooKeeper/zookeeper-3.0.1/src/c $ 

> autoreconf fails for /zookeeper-3.0.1/src/c/
> --------------------------------------------
>
>                 Key: ZOOKEEPER-281
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-281
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.1
>         Environment: Linux dememax-laptop 2.6.27-gentoo-r8 #2 SMP Fri Jan 23 13:42:35 MSK 2009 i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux
> autoconf (GNU Autoconf) 2.63
> automake (GNU automake) 1.10.2
> m4 (GNU M4) 1.4.11
> aclocal (GNU automake) 1.10.2
> ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.493 2008/02/01 16:58:18)
> basename (GNU coreutils) 6.10
> gettext (GNU gettext-runtime) 0.17
> GNU ld (GNU Binutils) 2.18
>            Reporter: Maxim P. Dementiev
>         Attachments: autoreconf.log
>
>
> > autoreconf -i -f -v
> autoreconf-2.63: Entering directory `.'
> autoreconf-2.63: configure.ac: not using Gettext
> autoreconf-2.63: running: aclocal --force 
> configure.ac:21: error: AC_SUBST: `DX_FLAG_[]DX_CURRENT_FEATURE' is not a valid shell variable name
> acinclude.m4:77: DX_REQUIRE_PROG is expanded from...
> acinclude.m4:117: DX_ARG_ABLE is expanded from...
> acinclude.m4:178: DX_INIT_DOXYGEN is expanded from...
> configure.ac:21: the top level
> autom4te-2.63: /usr/bin/m4 failed with exit status: 1
> aclocal-1.10: autom4te failed with exit status: 1
> autoreconf-2.63: aclocal failed with exit status: 1
> >

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.