/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tim Marston
  • Date: 2021-09-01 12:24:09 UTC
  • Revision ID: tim@ed.am-20210901122409-g52rlxu8sxu1ftn3
updated configure.ac to use python 3.9

Show diffs side-by-side

added added

removed removed

7
7
AM_INIT_AUTOMAKE([foreign dist-lzip])
8
8
 
9
9
# checks for programs
10
 
AM_PATH_PYTHON([2.6])
 
10
AM_PATH_PYTHON([3.9])
11
11
 
12
12
# checks for libraries
13
13