aboutsummaryrefslogtreecommitdiff
path: root/gdb/aclocal.m4
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-09-25 01:27:47 +0000
committerJason Molenda <jmolenda@apple.com>1998-09-25 01:27:47 +0000
commitba68ad5701beef3f64d3571b7a39da887b1e8a49 (patch)
tree798876082ffb7c4d1d0e6e3933a865d6cba481fe /gdb/aclocal.m4
parentf1f8c637ae409d3fba9a9b1bb60ff22babb8ffe9 (diff)
downloadgdb-ba68ad5701beef3f64d3571b7a39da887b1e8a49.zip
gdb-ba68ad5701beef3f64d3571b7a39da887b1e8a49.tar.gz
gdb-ba68ad5701beef3f64d3571b7a39da887b1e8a49.tar.bz2
1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Add --enable-warnings. Adjust whitespace of other --with and --enable options so that configure --help lines up correctly. * aclocal.m4: Ditto. * Makefile.in (WARN_CFLAGS): Add. Set by configure. * configure: Regenerated.
Diffstat (limited to 'gdb/aclocal.m4')
-rw-r--r--gdb/aclocal.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4
index dd386e0..d5d452d 100644
--- a/gdb/aclocal.m4
+++ b/gdb/aclocal.m4
@@ -77,7 +77,7 @@ AC_DEFUN(CY_AC_PATH_TCLH, [
no_tcl=true
AC_MSG_CHECKING(for Tcl private headers. dir=${configdir})
-AC_ARG_WITH(tclinclude, [ --with-tclinclude directory where tcl private headers are], with_tclinclude=${withval})
+AC_ARG_WITH(tclinclude, [ --with-tclinclude=DIR Directory where tcl private headers are], with_tclinclude=${withval})
AC_CACHE_VAL(ac_cv_c_tclh,[
# first check to see if --with-tclinclude was specified
if test x"${with_tclinclude}" != x ; then
@@ -165,7 +165,7 @@ AC_DEFUN(CY_AC_PATH_TCLCONFIG, [
if test x"${no_tcl}" = x ; then
# we reset no_tcl in case something fails here
no_tcl=true
- AC_ARG_WITH(tclconfig, [ --with-tclconfig directory containing tcl configuration (tclConfig.sh)],
+ AC_ARG_WITH(tclconfig, [ --with-tclconfig=DIR Directory containing tcl configuration (tclConfig.sh)],
with_tclconfig=${withval})
AC_MSG_CHECKING([for Tcl configuration])
AC_CACHE_VAL(ac_cv_c_tclconfig,[
@@ -299,7 +299,7 @@ AC_DEFUN(CY_AC_PATH_TKH, [
#
no_tk=true
AC_MSG_CHECKING(for Tk private headers)
-AC_ARG_WITH(tkinclude, [ --with-tkinclude directory where tk private headers are], with_tkinclude=${withval})
+AC_ARG_WITH(tkinclude, [ --with-tkinclude=DIR Directory where tk private headers are], with_tkinclude=${withval})
AC_CACHE_VAL(ac_cv_c_tkh,[
# first check to see if --with-tkinclude was specified
if test x"${with_tkinclude}" != x ; then
@@ -387,7 +387,7 @@ AC_DEFUN(CY_AC_PATH_TKCONFIG, [
if test x"${no_tk}" = x ; then
# we reset no_tk in case something fails here
no_tk=true
- AC_ARG_WITH(tkconfig, [ --with-tkconfig directory containing tk configuration (tkConfig.sh)],
+ AC_ARG_WITH(tkconfig, [ --with-tkconfig=DIR Directory containing tk configuration (tkConfig.sh)],
with_tkconfig=${withval})
AC_MSG_CHECKING([for Tk configuration])
AC_CACHE_VAL(ac_cv_c_tkconfig,[