You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/netkit-routed/files/netkit-routed-0.17-printf.p...

21 lines
460 B

echo -n isn't supported by all shells, use printf instead, which is portable.
Patch by Andrew Miller.
https://bugs.gentoo.org/529992
--- a/configure
+++ b/configure
@@ -235,10 +235,7 @@
echo 'Generating MCONFIG...'
(
- echo -n '# Generated by configure (confgen version 2) on '
- date
- echo '#'
- echo
+ printf "#\n# Generated by configure (confgen version 2) on $(date)\n#\n\n"
echo "SBINDIR=$SBINDIR"
echo "MANDIR=$MANDIR"