summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-02-16 23:52:58 -0500
committergumi <git@gumi.ca>2018-02-17 00:05:07 -0500
commit32fc0ed260c247f35e1429148f578ce61b81f29e (patch)
tree82c993fedffdbed05fd6a35e452d4f5990e6ba63 /configure
parentb66d459e69cc169cdafec567ec5da4f27004702d (diff)
downloadtmwa-32fc0ed260c247f35e1429148f578ce61b81f29e.tar.gz
tmwa-32fc0ed260c247f35e1429148f578ce61b81f29e.tar.bz2
tmwa-32fc0ed260c247f35e1429148f578ce61b81f29e.tar.xz
tmwa-32fc0ed260c247f35e1429148f578ce61b81f29e.zip
fix attoconf makefile generator
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 2693f32..67bcf53 100755
--- a/configure
+++ b/configure
@@ -106,10 +106,9 @@ def main():
srcdir = os.path.dirname(sys.argv[0])
proj = Configuration(
srcdir=srcdir,
- package='tmwa',
- package_name='The Mana World (Athena server)',
template_files=['Makefile'],
)
+ proj.set_package('tmwa', 'The Mana World (Athena server)');
proj.jiggle()
build = proj.build('.')
build.configure(sys.argv[1:], os.environ)