File: ncurses-fix

package info (click to toggle)
tetex-bin 3.0-30
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 54,960 kB
  • ctags: 34,640
  • sloc: ansic: 317,441; cpp: 41,854; sh: 22,369; perl: 17,643; makefile: 4,270; yacc: 2,187; awk: 1,126; lex: 932; pascal: 858; lisp: 571; sed: 423; asm: 139; csh: 47
file content (7 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh

mv aclocal.m4 aclocal.m4-$$
sed \
  -e "s/: .{BUILD_\(.*\):='\(.*\)'}/: \${BUILD_\1=\`echo '\2'\`}/" \
  -e "s/\`echo ''\`//" < aclocal.m4-$$ > aclocal.m4
rm -f aclocal.m4-$$