aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 05a815a54127b6c1191b3ac22fe19f246e0bbafa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

if [ "x$1" = "x-f"  ]
then
    autoscan
    [ -f "configure.in" ] && cp "configure.in" "configure.in.old"
    mv -f "configure.scan" "configure.in"
    echo "## This is just AUTOSCAN draft of configure.in"
    $EDITOR "configure.in"
fi

### použít jen když je třeba použít configure.h.in
#autoheader

aclocal
automake -a
autoconf