Giter Club home page Giter Club logo

Comments (6)

Stelminator avatar Stelminator commented on May 7, 2024

I'm currently at 66ad9e9

Problem seems to come from 1e63363

from ejabberd.

cromain avatar cromain commented on May 7, 2024

this can occure depending on your environment
call ./autogen.sh to rebuild configure that will work with your version of autotool (i guess it's a recent version)

from ejabberd.

Stelminator avatar Stelminator commented on May 7, 2024

Thanks! yeah, that generated something almost identical to the previous version (except for the change to lager).

git diff f123263230cbc9393bb017d67c5c4c74ac64a8c2 -- configure
diff --git a/configure b/configure
index 45e752a..74ee556 100755
--- a/configure
+++ b/configure
@@ -1352,7 +1352,7 @@ Optional Features:
   --enable-debug          enable debug information (default: yes)
   --enable-http           build external HTTP libraries ('ibrowse' and
                           'lhttpc', default: no)
-  --enable-lager          enable lager support (default: yes)
+  --enable-lager          enable lager support (default: no)
   --enable-user[[[=USER]]]
                           allow this system user to start ejabberd (default:
                           no)
@@ -3043,7 +3043,7 @@ if test "${enable_lager+set}" = set; then :
   *) as_fn_error $? "bad value ${enableval} for --enable-lager" "$LINENO" 5 ;;
 esac
 else
-  if test "x$lager" = "x"; then lager=true; fi
+  if test "x$lager" = "x"; then lager=false; fi
 fi

from ejabberd.

zinid avatar zinid commented on May 7, 2024

There should not be a requirement to run autoconf because this significantly complicates the building process when ejabberd is included as a dependency in another application using rebar.
I reopen the issue.

from ejabberd.

Stelminator avatar Stelminator commented on May 7, 2024

this looks fixed in 339353f

from ejabberd.

lock avatar lock commented on May 7, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from ejabberd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.