]> granicus.if.org Git - ejabberd/commitdiff
* src/Makefile.in: Updated (thanks to Badlop)
authorAlexey Shchepin <alexey@process-one.net>
Mon, 27 Sep 2004 18:54:17 +0000 (18:54 +0000)
committerAlexey Shchepin <alexey@process-one.net>
Mon, 27 Sep 2004 18:54:17 +0000 (18:54 +0000)
SVN Revision: 268

ChangeLog
src/Makefile.in

index d2a46e95bc46352951b7607f70a77631e85f0e06..2046af3b05f0c5170d212674347490f9e6d9ce1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-27  Alexey Shchepin  <alexey@sevcom.net>
+
+       * src/Makefile.in: Updated (thanks to Badlop)
+
 2004-09-26  Alexey Shchepin  <alexey@sevcom.net>
 
        * src/aclocal.m4: Better expat and openssl detection (thanks to
@@ -11,8 +15,8 @@
        * src/jlib.hrl: Added namespace for iq-register stream feature
        * src/ejabberd_c2s.erl: Send iq-register feature
 
-       * src/ejabberd_config.erl: Config file can be configured from the
-       command line (thanks to Mickael Remond)
+       * src/ejabberd_config.erl: Config file can be configured via
+       environment variable (thanks to Mickael Remond)
 
        * src/web/ejabberd_http.erl: Added SSL support (thanks to Sergei
        Golovan)
index 23192702791ab177e4d2516aa4cda8127729998e..3b7de3b6848711aefd5b008b1eb2312f663c1900 100644 (file)
@@ -30,7 +30,7 @@ ETCDIR = $(DESTDIR)/etc/ejabberd
 all: $(ERLSHLIBS) compile-beam all-recursive
 
 compile-beam:
-       @erl -s make all report -noinput -s erlang halt
+       @ERL@ -s make all report -noinput -s erlang halt
 
 
 all-recursive install-recursive uninstall-recursive \