Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
+ * configure: correct final line of config.status.
+
* configure: patch from eggert. Avoids a protection problem if
the original Makefile.in is read only.
*) using="${using} and \"${site_makefile_frag}\"" ;;
esac
- echo "Created \"${Makefile}\" in" ${PWD} `echo "${using}" | sed 's/and/using/'`
+ newusing=`echo "${using}" | sed 's/and/using/'`
+ using=${newusing}
+ echo "Created \"${Makefile}\" in" ${PWD} ${using}
fi
. ${tmpfile}.pos