(command.CommandList
  children: [
    (C {<touch>} {<ChangeLog>})
    (C {<echo>} {(DQ <'PLEASE IGNORE WARNINGS AND ERRORS'>)})
    (C {<rm>} {<-rf>} {<autom4te.cache>})
    (C {<autoreconf>} {<--verbose>} {<--install>} {<--symlink>} {<--force>})
    (C {<autoreconf>} {<--verbose>} {<--install>} {<--symlink>} {<--force>})
    (C {<autoreconf>} {<--verbose>} {<--install>} {<--symlink>} {<--force>})
    (C {<rm>} {<-f>} {<config.cache>})
    (command.Subshell
      child: 
        (C {<'./configure'>} {<--disable-shared>} {<--enable-maintainer-mode>} {<--enable-threads>} 
          {($ Id.VSub_Star '$*')}
        )
    )
  ]
)