Make autogen.sh actually work -- were missing ltmain.sh.
authorLinus Nordberg <linus@nordberg.se>
Tue, 15 Feb 2011 13:49:47 +0000 (14:49 +0100)
committerLinus Nordberg <linus@nordberg.se>
Tue, 15 Feb 2011 13:49:47 +0000 (14:49 +0100)
commita4e5bd026c4d3b7cf4d84506e5322f62e26c73c7
tree0679a391a900cfd78af45edec296bb5c6c6de733
parentc82ad411651a82cdf284c57d144335391f684e6c
Make autogen.sh actually work -- were missing ltmain.sh.

Add Automake/Libtool files to biuld-aux and set AC_CONFIG_AUX_DIR.

Use LT_INIT rather than deprecated AC_PROG_LIBTOOL.
lib/build-aux/config.guess [new file with mode: 0755]
lib/build-aux/config.sub [new file with mode: 0755]
lib/build-aux/depcomp [new file with mode: 0755]
lib/build-aux/install-sh [new file with mode: 0755]
lib/build-aux/ltmain.sh [new file with mode: 0755]
lib/build-aux/missing [new file with mode: 0755]
lib/configure.ac