- ln -sf /usr/share/misc/config.sub .
- ln -sf /usr/share/misc/config.guess .
-
- ln -sf debian/patches
- quilt push -a || test $$? = 2
-
- # sort the patches as printed by mutt -v
- [ -e PATCHES.unsorted ] || mv PATCHES PATCHES.unsorted && \
- env LC_COLLATE=C sort PATCHES.unsorted >PATCHES
-
- # do not rebuild these files
- touch configure.in aclocal.m4 Makefile.in configure stamp-h.in config.h.in
-