Merge branch 'sl/autoconf'
commite5ccf5e409d20ff67b28dfbed34b018ca76bea1b
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 19:42:29 +0000 (16 12:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 19:42:29 +0000 (16 12:42 -0700)
treedea3aeb3dd8022ae0026cc22232c3d10c41b7a9a
parentb3ba46945d634d5c79dfa7a63b300a3007d1ca31
parent5b2d131419817c5f5996da0e284e906400c083ef
Merge branch 'sl/autoconf'

Updates our configure.ac to follow a better "autoconf" style.

By Stefano Lattarini
* sl/autoconf:
  configure: be more idiomatic
  configure: avoid some code repetitions thanks to m4_{push,pop}def
  configure: move definitions of private m4 macros before AC_INIT invocation