These are the same - they are stated to be environment variables, and you set environment variables with the "export" command. (Check what they are set to with the "echo" command, you may need to append the setting rather than overwrite the existing one.)
It can be instructive to open the "configure" file with a text editor. Search that file for these variable names too - you may well vind a line, close to the start, that reads "LIBDVD_CFLAGS=" then blank.
Used to be routine to edit the makefile in this way.
|