The autoreconf tag has no wiki summary.
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 ...
1
vote
1answer
101 views
Make errors when compiling hulahop
When I cloned hulahop I had a few possibilities to install it.
I have chosen the path with autogen.sh
I used commands:
$ sh autogen.sh # -> OK
$ ./configure # -> OK
But make fails:
$ ...