Browse Source

use autoreconf instead of calling separate tools

this has been the correct way since a long time.

Pointed-out-by: Felipe Contreras <felipe.contreras@gmail.com>
wip/maildir-uid-dupes-test
Oswald Buddenhagen 11 years ago
parent
commit
945e05cfdd
  1. 5
      autogen.sh

5
autogen.sh

@ -1,7 +1,4 @@
#! /bin/sh
set -e -v
make -f Makefile.am log
aclocal
autoheader
automake --add-missing
autoconf
autoreconf -f -i

Loading…
Cancel
Save