diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-04 01:11:04 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-04 01:11:04 +0000 |
commit | d4bf7ab99614b18ae776ccd3a2df27c491055b95 (patch) | |
tree | 1da8e7d2924803ec9b2eaf9097b76bba2863d24b /chapter06/coreutils.xml | |
parent | 646ead4279e2bdba14f283f81acb16185b494b26 (diff) |
Update to dbus-1.12.6.
Update to man-db-2.8.2.
Update to gawk-4.2.1.
Update to meson-0.44.1.
Update to meson-0.44.1.
Update to linux-4.15.7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index b03e3e62a..a228fdfc8 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -62,7 +62,8 @@ <para>Now prepare Coreutils for compilation:</para> -<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure \ +<screen><userinput remap="configure">autoreconf -fiv +FORCE_UNSAFE_CONFIGURE=1 ./configure \ --prefix=/usr \ --enable-no-install-program=kill,uptime</userinput></screen> @@ -70,6 +71,15 @@ <title>The meaning of the configure options:</title> <varlistentry> + <term><command>autoreconf</command></term> + <listitem> + <para>This command updates generated configuration files + consistent with the latest version of automake. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><envar>FORCE_UNSAFE_CONFIGURE=1</envar></term> <listitem> <para>This environment variable allows the package to be |