This website requires JavaScript.
Explore
Help
Sign in
nilix
/
tint2
Watch
1
Star
0
Fork
You've already forked tint2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
88feb35ba9
tint2
/
autogen.sh
6 lines
59 B
Bash
Raw
Normal View
History
Unescape
Escape
merge autotool build system by Christian Ruppert git-svn-id: http://tint2.googlecode.com/svn/trunk@90 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-06-07 14:06:58 +00:00
#!/bin/sh
[
! -d m4
]
&&
mkdir m4
Add AC_PREREQ for at least autoconf-2.61 (should be a good choice..). 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
2009-10-22 18:26:15 +00:00
autoreconf -i -s -f -v
Reference in a new issue
Copy permalink