ObjFW  Check-in [fa610dee8f]

Overview
Comment:Readd autogen.sh

Some old autoconf versions do not work properly when using autoreconf,
but work fine when calling aclocal, autoconf and autoheader manually.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fa610dee8f2a8c100d56bfbe0fbbb4bdb8b873c8404a9d13e7037fa7d50e64ca
User & Date: js on 2017-05-21 20:19:36
Other Links: manifest | tags
Context
2017-05-21
21:28
Prefix private methods with of_ instead of OF_ check-in: 6b77a5dd8b user: js tags: trunk
20:19
Readd autogen.sh check-in: fa610dee8f user: js tags: trunk
20:13
OFKernelEventObserver: #if HAVE_* -> #ifdef HAVE_* check-in: 32e8c1ee4c user: js tags: trunk
Changes

Added autogen.sh version [6770b6de4f].











>
>
>
>
>
1
2
3
4
5
#!/bin/sh
set -e
aclocal -I build-aux/m4
autoconf
autoheader