change to silent compilation
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 27 Apr 2010 18:40:48 +0000 (14:40 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 27 Apr 2010 18:40:48 +0000 (14:40 -0400)
bootstrap
configure.ac

index c507425667e579d73a2a31c27b0e7a96baa4e8da..45d79b9660bc72ef279a2c185a3ac50e2ba13b9c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,9 +4,9 @@ set -x
 if [ ! -e config ]; then
        mkdir config
 fi
-aclocal
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
 
+if [ ! -e m4 ]; then
+       mkdir m4
+fi
+
+autoreconf
index 0904c26489c3146d13ac549c56d19738539bfbf2..f9282f8844a86d86a9bf8e32ab0da84a204fe8f2 100644 (file)
@@ -6,8 +6,9 @@ AC_INIT([ust], [0.4], [pierre-marc dot fournier at polymtl dot ca])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIR([config])
 AM_INIT_AUTOMAKE([foreign])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_SRCDIR([ustctl/ustctl.c])
 AC_CONFIG_HEADERS([config.h])
 
This page took 0.02451 seconds and 4 git commands to generate.