summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/dvisirule/reconf.sh
blob: bea0fa8b8182a982ef9cb5e0b7233cb2e99052da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -eu

cd $1
autoscan
diff -u configure.scan configure.ac || :

autoreconf -if
./configure -q
make -st
make -s clean