[Alephmodular-devel] Autotools patch
Status: Pre-Alpha
Brought to you by:
brefin
From: Alexander S. <ast...@it...> - 2003-01-05 01:20:35
|
Here's the preliminary autotools patch: http://astrange.ithinksw.net/alephmodular-autotools.patch.bz2 What It Does: Generates a PB project with the current version number, and InfoPlist.strings and marathon2.r. You can specify whether to add '.CVS' to the version with ./configure --with-release. What It Doesn't Do: Produce a Makefile that does anything useful. What You Do After Patching: Move the project.pbxproj to project.pbxproj.in, the InfoPlist.strings to InfoPlist.strings.in, and the marathon2.r to marathon2.r.in. (Why didn't I do it? To make the patch smaller) It also might barf on InfoPlist.strings, but the conflict stuff can be fixed easily. |