From 85a02cd16ef2a04a5f91c2ddbd912a5e554fcb3a Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 13 Oct 1993 18:28:20 +0000 Subject: [PATCH] Split the large sed script in config.status into two. Needed on Sequent Balance running Dynix 3. --- fixconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 fixconfig diff --git a/fixconfig b/fixconfig new file mode 100755 index 000000000..bee216e4d --- /dev/null +++ b/fixconfig @@ -0,0 +1,9 @@ +#!/bin/sh +sed '/^s%@CFLAGS@%$CFLAGS%g$/a\ +" $top_srcdir/${file}.in | sed "\ +$prsub\ +$extrasub\ +' config.status \ +|sed 's/^" $top_srcdir.${file}.in >>/" >>/' > config.newstatus +mv config.newstatus config.status +chmod +x config.status -- GitLab