summaryrefslogtreecommitdiff
path: root/SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/scripts/autogen.sh
blob: ae5c4085932bb8ff765e91184697503d5928f844 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

libtoolize --force --automake

autoheader
aclocal $ACLOCAL_FLAGS
autoconf
automake --ignore-deps --add-missing

echo 'run "configure; make"'