diff options
author | fluxgen <fluxgen> | 2002-10-17 12:12:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-17 12:12:35 (GMT) |
commit | 8b9c82b5bf97a43a61ab4ea9b981f5c79c372a99 (patch) | |
tree | 6637172d4be3373f9d0f4ba28cc81670965c1b79 /autogen.sh | |
parent | d0a478bbec30d0f40da18dcccea0f5920a3b8684 (diff) | |
download | fluxbox_pavel-8b9c82b5bf97a43a61ab4ea9b981f5c79c372a99.zip fluxbox_pavel-8b9c82b5bf97a43a61ab4ea9b981f5c79c372a99.tar.bz2 |
removed checking for autoconf version
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,14 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | required_version=52 | ||
3 | echo -n "Checking for autoconf version >= "${required_version}"......" | ||
4 | ac_version=`autoconf --version|head -n 1|cut -d . -f 2` | ||
5 | if [ ${ac_version} -lt ${required_version} ]; then | ||
6 | echo "No." | ||
7 | echo "You need to install autoconf version >= "${required_version} | ||
8 | exit 1 | ||
9 | fi | ||
10 | echo "Ok." | ||
11 | |||
12 | libtoolize --copy --force --automake || exit 1 | 2 | libtoolize --copy --force --automake || exit 1 |
13 | rm -f config.cache | 3 | rm -f config.cache |
14 | aclocal | 4 | aclocal |