From 68b64f1b399e712a3b96b91568dc2b6d7e9b35d9 Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Tue, 8 Feb 2011 22:33:12 +0000 Subject: build: Update autotools configuration Replace deprecated macros and use the new libtool syntax Also use silent-rules to make the build option less verbose. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6808bf0a..d098ed5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,6 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = lib man tests tools benchmarks -- cgit v1.2.3