Rev 4 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh## 01_autotools_files.dpatch by Magnus Holmgren <magnus@kibibyte.se>#### DP: Copy in updated config.sub and config.guess from autotools-devset -edpatch_patch() {for f in config.sub config.guess; doif ! test -e $f.dp-orig; thenmv $f $f.dp-origcp --remove-destination /usr/share/misc/$f .fidone}dpatch_unpatch() {for f in config.sub config.guess; doif test -e $f.dp-orig; thenmv -f $f.dp-orig $ffidone}DPATCH_LIB_NO_DEFAULT=1. /usr/share/dpatch/dpatch.lib.sh