The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
1k views

configure.ac: not using gettext

I am trying to compile a gnome application and I am curious what the output means when I run the autogen.sh script: ~/Documents/Code/window-picker-applet $./autogen.sh autoreconf: Entering directory ...
3
votes
1answer
95 views

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 ...
2
votes
1answer
13 views

Dependencies problem with automake

I am using automake on Debian Squeeze for compiling a very simple C project with 6 source files. The issue comes when I try to compile the sources using the generated Makefile. One of the sources ...