#89033
happy
Participant

[quote=88962]I am thinking that several of the commands i listed above need to be run with sudo.

AC_CONFIG_AUX_DIR([.]) to the top of configure.ac
ACLOCAL_AMFLAGS = -I . to the top of Makefile.am
[/quote]

Hi,

Thanks for the reply.

First of all I believe it’s not really necessary (or even advisable) to run all those commands with sudo. So AFAIK you can/should skip sudo for all commands except:
sudo make install and
sudo ldconfig

I belive I also attempted the two modifications in comfigure.ac and MAkefile.am too, but I will check again this evening just to make sure.