summaryrefslogtreecommitdiff
path: root/popt-1.2/autogen.sh
blob: fd0c14d703d7eccea37573f3d0a73d0f1a238ed6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

autoheader
autoconf

if [ "$1" = "--noconfigure" ]; then 
    exit 0;
fi

./configure "$@"