Revision 387, 131 bytes
(checked in by pieterpalmers, 16 years ago)
|
- fixed some compile warnings (freebob.h/freebob.cpp)
- version bump to 1.0.1
- removed automatic configure and make from autogen.sh because usually
we want to specify extra configure options
- removed config.h.in from versioncontrol as it is automatically
installed by autoconf.
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
Author Date Id Revision
|
Line | |
---|
1 |
#!/bin/sh |
---|
2 |
# Run this to generate all the initial makefiles, etc. |
---|
3 |
|
---|
4 |
|
---|
5 |
autoreconf -f -i -s |
---|
6 |
#./configure --enable-maintainer-mode |
---|
7 |
#make |
---|