aboutsummaryrefslogtreecommitdiff
path: root/m4/as-auto-alt.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/as-auto-alt.m4')
-rw-r--r--m4/as-auto-alt.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/as-auto-alt.m4 b/m4/as-auto-alt.m4
index 3f7920dd2..07c550b38 100644
--- a/m4/as-auto-alt.m4
+++ b/m4/as-auto-alt.m4
@@ -10,7 +10,7 @@ AC_DEFUN([AS_AUTOTOOLS_ALTERNATE],
10[ 10[
11 dnl allow for different autoconf version 11 dnl allow for different autoconf version
12 AC_ARG_WITH(autoconf, 12 AC_ARG_WITH(autoconf,
13 AC_HELP_STRING([--with-autoconf], 13 AS_HELP_STRING([--with-autoconf],
14 [use a different autoconf for regeneration of Makefiles]), 14 [use a different autoconf for regeneration of Makefiles]),
15 [ 15 [
16 unset AUTOCONF 16 unset AUTOCONF
@@ -20,7 +20,7 @@ AC_DEFUN([AS_AUTOTOOLS_ALTERNATE],
20 20
21 dnl allow for different autoheader version 21 dnl allow for different autoheader version
22 AC_ARG_WITH(autoheader, 22 AC_ARG_WITH(autoheader,
23 AC_HELP_STRING([--with-autoheader], 23 AS_HELP_STRING([--with-autoheader],
24 [use a different autoheader for regeneration of Makefiles]), 24 [use a different autoheader for regeneration of Makefiles]),
25 [ 25 [
26 unset AUTOHEADER 26 unset AUTOHEADER
@@ -30,7 +30,7 @@ AC_DEFUN([AS_AUTOTOOLS_ALTERNATE],
30 30
31 dnl allow for different automake version 31 dnl allow for different automake version
32 AC_ARG_WITH(automake, 32 AC_ARG_WITH(automake,
33 AC_HELP_STRING([--with-automake], 33 AS_HELP_STRING([--with-automake],
34 [use a different automake for regeneration of Makefiles]), 34 [use a different automake for regeneration of Makefiles]),
35 [ 35 [
36 unset AUTOMAKE 36 unset AUTOMAKE
@@ -40,7 +40,7 @@ AC_DEFUN([AS_AUTOTOOLS_ALTERNATE],
40 40
41 dnl allow for different aclocal version 41 dnl allow for different aclocal version
42 AC_ARG_WITH(aclocal, 42 AC_ARG_WITH(aclocal,
43 AC_HELP_STRING([--with-aclocal], 43 AS_HELP_STRING([--with-aclocal],
44 [use a different aclocal for regeneration of Makefiles]), 44 [use a different aclocal for regeneration of Makefiles]),
45 [ 45 [
46 unset ACLOCAL 46 unset ACLOCAL