Re: [BBDB] ChangeLog 2013-07-18 (Clean up usage of automake and autoconf)

2013-07-19 Thread Julien Cubizolles
Roland Winkler wink...@gnu.org writes:


 I changed this to Automake 1.13, but I have little doubt that 1.11
 will fail, the reason being that the automake elisp interface was
 completely redesigned for 1.13, see

 But you can also try yourself:

 Change the line in configure.ac that requires automake 1.13 to your
 version of automake and see whether you can build BBDB.

There is no such file.

 The good thing is:

 By now, BBDB should be pretty close to a proper release. I am just
 waiting whether some hidden errors show up in the latest changes.

I'm glad to hear it.

 Also, I have still kept the file lisp/makefile-temp that allows you
 to compile bbdb without any autoconf / automake tools.

I renamed makefile-temp as Makefile as the root of the source tree but
it's missing a Makefile.in.

I couldn't find any easy way to upgrade to automake 1.14 in Ubuntu
unfortunately.

Julien.


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: [BBDB] ChangeLog 2013-07-18 (Clean up usage of automake and autoconf)

2013-07-19 Thread Roland Winkler
On Fri Jul 19 2013 Julien Cubizolles wrote:
  Change the line in configure.ac that requires automake 1.13 to your
  version of automake and see whether you can build BBDB.
 
 There is no such file.

??? Are we talking about the same thing? In the BBDB git repository
on savannah, there is certainly such a file, see

http://git.savannah.gnu.org/cgit/bbdb.git/tree/

BBDB is available at
http://savannah.nongnu.org/projects/bbdb/
To check it out, use
git clone git://git.savannah.nongnu.org/bbdb.git

 I renamed makefile-temp as Makefile as the root of the source tree but
 it's missing a Makefile.in.

Where / how did you get the files you are talking about?

 I couldn't find any easy way to upgrade to automake 1.14 in Ubuntu
 unfortunately.

On my old ubuntu box, I installed automake 1.14 without a problem.

http://ftp.gnu.org/gnu/automake/

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


[BBDB] ChangeLog 2013-07-18 (Clean up usage of automake and autoconf)

2013-07-18 Thread Roland Winkler
I have further cleaned up the usage of autoconf and automake.

2013-07-18  Roland Winkler  wink...@gnu.org
Clean up usage of automake and autoconf.
* lisp/bbdb-version.el.in: New file.
* lisp/bbdb.el, lisp/Makefile.am: Use it.
* configure.ac: Use AC_CONFIG_SRCDIR.  Require Automake 1.13.
Test for presence of Emacs.  Configure lisp/bbdb-version.el.
* .gitignore: Ignore aclocal.m4, doc/texinfo.tex, install-sh,
lisp/bbdb-version.el, and missing.
* aclocal.m4, install-sh: Removed.

BBDB is available at
http://savannah.nongnu.org/projects/bbdb/
To check it out, use
git clone git://git.savannah.nongnu.org/bbdb.git

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: [BBDB] ChangeLog 2013-07-18 (Clean up usage of automake and autoconf)

2013-07-18 Thread Julien Cubizolles
Roland Winkler wink...@gnu.org writes:

 I have further cleaned up the usage of autoconf and automake.

On Ubuntu 13.04, autogen.sh won't run:
require Automake 1.14, but have 1.11.6

Is such a recent automake really needed ?

Julien.


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Re: [BBDB] ChangeLog 2013-07-18 (Clean up usage of automake and autoconf)

2013-07-18 Thread Roland Winkler
On Thu Jul 18 2013 Julien Cubizolles wrote:
 On Ubuntu 13.04, autogen.sh won't run:
 require Automake 1.14, but have 1.11.6
 
 Is such a recent automake really needed ?

I changed this to Automake 1.13, but I have little doubt that 1.11
will fail, the reason being that the automake elisp interface was
completely redesigned for 1.13, see

  https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html

BBDB needs the new automake variable AM_ELCFLAGS.

If you are curious about further details, see the thread

  http://lists.gnu.org/archive/html/bug-gnu-emacs/2013-07/msg00617.html

But you can also try yourself:

Change the line in configure.ac that requires automake 1.13 to your
version of automake and see whether you can build BBDB.

The good thing is:

By now, BBDB should be pretty close to a proper release. I am just
waiting whether some hidden errors show up in the latest changes.

Also, I have still kept the file lisp/makefile-temp that allows you
to compile bbdb without any autoconf / automake tools.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/