ubuntu-buildroot/output/build/host-gawk-5.2.0/pc/make-config.bat

7 lines
180 B
Batchfile
Raw Normal View History

2024-04-01 15:19:46 +00:00
@echo off
sed -n -f configpk.sed < ..\configure.ac > tmp.sed
sed -f config.sed < ..\configh.in > config.tmp
sed -f tmp.sed < config.tmp > config.h
del tmp.sed
del config.tmp