Replace custom autogen.sh script with simple autoreconf command
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 18 Jul 2013 04:27:31 +0000 (00:27 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 00:54:28 +0000 (19:54 -0500)
commit9fb4fcc669e1b1cfe51f1be1b0b1d8476ac0ab87
treed6a9574072367967ff6deefeaba38a8af82b22cc
parent91a5a46fba329b993ce787ae2033dd323d0c7c14
Replace custom autogen.sh script with simple autoreconf command

Rename config directory to build-aux to follow autotools conventions.

Use m4 directory to store macros.
Makefile.am
autogen.sh
build-aux/.gitignore [new file with mode: 0644]
config/acx_pthread.m4 [deleted file]
configure.ac
m4/acx_pthread.m4 [new file with mode: 0644]