buildsys  Check-in [1e891c8f56]

Overview
Comment:Add a default autogen.sh.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1e891c8f56fd5686483e54a136d55c9df59d320a594d8631d769578d02a7eaa4
User & Date: js on 2011-09-21 19:33:03
Other Links: manifest | tags
Context
2011-09-21
19:34
Add a check for install in the example configure.ac. check-in: fa228a2087 user: js tags: trunk
19:33
Add a default autogen.sh. check-in: 1e891c8f56 user: js tags: trunk
2011-09-15
11:18
Fix forgotten variable rename in buildsys.m4. check-in: 2dcb585335 user: js tags: trunk
Changes

Added autogen.sh version [3936c3cbbf].









>
>
>
>
1
2
3
4
#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1