Multiple choice technology web technology

You want to compile and install a GNU software package, but you want to change the default installation target. Which file would you edit?

  1. config.h

  2. targets

  3. configure

  4. Makefile

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The configure script (run as ./configure) accepts the --prefix flag to change the default installation path. config.h is generated by configure, 'targets' is not a standard file, and Makefile is generated after running configure.