Questions tagged [automake]
48 questions
4
votes
1 answer
Add additional processing in an automake build for one object
I'm trying to make a small change to an automake build.
The system to modify uses configure.ac and Makefile.am inputs.
For a single object file within one subdirectory I have to invoke
a script before compiling, to patch config info into the…
2
votes
5 answers
Create a temporary script with sed (or any other utility) for immediate script creation to run in-place
I use sed to change text in existing files and Nano to create new files.
I change text with sed this way, for example:
sudo sed -i 's/TESTING === "1"/TESTING === "0"/g' /etc/csf/csf.conf
Is there a way to create files with it, without going inside…
user149572
2
votes
1 answer
Trying to automake gnome-terminal
I am on Fedora 20. I am trying to make gnome-terminal. The automake does not find certain packages. I do not understand why.
Here is the part I do not understand.
checking which gtk+ version to compile against... 3.0
checking for TERM...…

historystamp
- 153
- 6