xsystem_hint() executes the command, so there's no need to call xsystem()
afterwards.
* bin/autoreconf.in: No need to call xsystem($cmd) immediately after
calling xsystem_hint("message", $cmd).
}
else
{
- xsystem_hint ("autopoint is needed because this package uses Gettext", "$autopoint");
+ xsystem_hint ("autopoint is needed because this package uses Gettext",
+ $autopoint);
}
}
elsif ($install)
{
- xsystem_hint ("intltoolize is needed because this package uses Intltool", $intltoolize);
- xsystem ($intltoolize)
+ xsystem_hint ("intltoolize is needed because this package uses Intltool",
+ $intltoolize);
}
else
{
{
xsystem_hint ("gtkdocize is needed because this package uses Gtkdoc",
$gtkdocize);
- xsystem ($gtkdocize)
}
else
{