Switch to unified view

a/src/makesrcdist.sh b/src/makesrcdist.sh
...
...
41
    exit 1
41
    exit 1
42
fi
42
fi
43
targetdir=${targetdir-/tmp}
43
targetdir=${targetdir-/tmp}
44
dotag=${dotag-yes}
44
dotag=${dotag-yes}
45
snap=${snap-no}
45
snap=${snap-no}
46
47
if ! test configure -nt configure.ac -a configure -nt VERSION ;then
48
    set -x
49
    rm -f configure
50
    autoconf || exit 1
51
    set +x
52
fi
46
53
47
while getopts ts o
54
while getopts ts o
48
do  case "$o" in
55
do  case "$o" in
49
    t)  dotag=no;;
56
    t)  dotag=no;;
50
    s)  snap=yes;dotag=no;;
57
    s)  snap=yes;dotag=no;;