aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gawk.xml')
-rw-r--r--chapter05/gawk.xml19
1 files changed, 3 insertions, 16 deletions
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
index 6e1a6b4e8..969fa2628 100644
--- a/chapter05/gawk.xml
+++ b/chapter05/gawk.xml
@@ -45,22 +45,9 @@
<para>Prepare Gawk for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/tools ac_cv_func_working_mktime=yes</userinput></screen>
-
- <variablelist>
- <title>The meaning of the configure option:</title>
-
- <varlistentry>
- <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
- <listitem>
- <para>This parameter bypasses the search for mktime in
- <command>configure</command> and uses the version in Glibc. This is
- necessary due to a change in GCC that has not been incorporated into
- this package yet.</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
+<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
+
+ <para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>