ObjFW  Check-in [6043638dee]

Overview
Comment:Sometimes it might be desirable not to run configure.
For exampe if you want to package.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6043638deeba316e3fe60d34d9721e2af7c6f5c99b822490793c551a4abbc676
User & Date: js on 2009-04-20 01:06:29
Other Links: manifest | tags
Context
2009-04-20
01:16
Fix forgotten change of - release in OFAutoreleasePool. check-in: cc4fe36d83 user: js tags: trunk
01:06
Sometimes it might be desirable not to run configure.
For exampe if you want to package.
check-in: 6043638dee user: js tags: trunk
01:04
Some optimizations and a few renames of internal vars in OFXMLFactory. check-in: 571eb6c222 user: js tags: trunk
Changes

Modified autogen.sh from [acec2711ea] to [3936c3cbbf].

1
2
3
4
5
#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1
./configure "$@" || exit 1




<
1
2
3
4

#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1