/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 13:06:23 UTC
  • Revision ID: tim@ed.am-20210901130623-2yv2y02e3zwgd07y
fix newlines in resolve command

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