Commit d3e00ade by dlezcano

Remove files provided by libtool and automake

From: Daniel Lezcano <dlezcano@fr.ibm.com> Remove the files which are provided by libtool and automake. libtoolize has been added to 'bootstrap' command. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 46105d2d
...@@ -5,6 +5,7 @@ set -x ...@@ -5,6 +5,7 @@ set -x
test -d autom4te.cache && rm -rf autom4te.cache test -d autom4te.cache && rm -rf autom4te.cache
ACLOCAL_AMFLAGS="-I config $ACLOCAL_AMFLAGS" ACLOCAL_AMFLAGS="-I config $ACLOCAL_AMFLAGS"
libtoolize --force
aclocal $ACLOCAL_AMFLAGS || exit 1 aclocal $ACLOCAL_AMFLAGS || exit 1
autoheader || exit 1 autoheader || exit 1
autoconf || exit 1 autoconf || exit 1
......
distclean:
@$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -8,7 +8,6 @@ AC_CONFIG_AUX_DIR([config]) ...@@ -8,7 +8,6 @@ AC_CONFIG_AUX_DIR([config])
AM_CONFIG_HEADER([src/config.h]) AM_CONFIG_HEADER([src/config.h])
AM_INIT_AUTOMAKE([-Wno-portability]) AM_INIT_AUTOMAKE([-Wno-portability])
AC_CANONICAL_HOST AC_CANONICAL_HOST
AC_PROG_RANLIB
AM_PROG_CC_C_O AM_PROG_CC_C_O
AC_GNU_SOURCE AC_GNU_SOURCE
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment