b6ca6149e5
Be more verbose when running autogen.sh. Add realloc and alarm check to configure.ac. git-svn-id: http://tint2.googlecode.com/svn/trunk@224 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
5 lines
59 B
Bash
Executable file
5 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ ! -d m4 ] && mkdir m4
|
|
|
|
autoreconf -i -s -f -v
|