|
From: Carlo W. <li...@us...> - 2002-02-13 05:41:35
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-01-13 05:41:34 UTC
Modified files:
libcwd/configure.in
Log message:
Configure options help text update.
---------------------- diff included ----------------------
Index: src/libcwd/configure.in
diff -u src/libcwd/configure.in:1.102 src/libcwd/configure.in:1.103
--- src/libcwd/configure.in:1.102 Fri Feb 8 19:22:59 2002
+++ src/libcwd/configure.in Tue Feb 12 21:41:24 2002
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 1.102 $)dnl
+AC_REVISION($Revision: 1.103 $)dnl
dnl General intialization of `autoconf' varaibles.
dnl Ensure that the directory specified with --srcdir was correct
@@ -49,8 +49,8 @@
AC_SUBST(CW_CONFIG_BUILTIN_RETURN_ADDRESS_OFFSET)
dnl Manual configuration options of libcwd.
-AC_ARG_ENABLE(libcwd,
-[Options of package libcwd:])
+AC_ARG_ENABLE(libcwd, [
+Options of package libcwd:])
libcwd_config_alloc=yes
AC_ARG_ENABLE(libcwd-alloc,
@@ -69,8 +69,8 @@
libcwd_config_location=yes
AC_ARG_ENABLE(libcwd-location,
- [ --disable-libcwd-location disable the ability to lookup source file and line number,
- you might need this on a non-ELF32 system.],
+ [ --disable-libcwd-location disable the ability to lookup source file and line
+ number, you might need this on a non-ELF32 system.],
libcwd_config_location=$enableval)
libcwd_config_bfd=no
----------------------- End of diff -----------------------
|