-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The installation instructions for QIO state to use the configure script to compile and install QIO. However, there is no pre-supplied configure script included, only configure.ac.
Attempting to generate the configure file by running autoconf is unsuccessful. Generating configure gives a slew of errors, and the generated configure file doesn't run
cirrascale@CirrascaleUbuntu:~/kate/qio$ autoconf
configure.ac:8: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:190: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:287: error: possibly undefined macro: AM_CONDITIONAL
cirrascale@CirrascaleUbuntu:~/kate/qio$ ./configure
./configure: line 2405: syntax error near unexpected token `subdir-objects'
./configure: line 2405: `AM_INIT_AUTOMAKE(subdir-objects)'
This is using autoconf version 2.69.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels