autoreconf Questions

2

I am trying to build a project and it throws me an error : autoreconf: running: /usr/bin/autoconf --force configure.ac:19: error: possibly undefined macro: AC_SUBST If this token and others are ...
Concentre asked 16/12, 2016 at 10:21

7

Solved

I am distributing a tarball with installation scripts generated by autoconf version 2.69. Works fine on many different machines. Now a user, working on a fresh Arch Linux system, reports that confi...
Spence asked 12/9, 2013 at 16:36

2

I am newbie of Autotools. From my understanding, one would use the following basic steps to build software using Autotools: autoreconf --install ./configure make However, I noticed that most ope...
Towill asked 9/10, 2013 at 5:34

1

Solved

I have an installed library we'll call it "custom_lib" which I am linking against. I want to check if that library was installed with a specific option. The options.h header file in that library ...
Street asked 22/9, 2015 at 23:6

1

Solved

What are the .deb packages needed to run these commands on a debian wheezy Linux? cd software_that_builds_with_autotools autoreconf --install &&\ ./configure --prefix=/opt/foo/bar &&am...
Swung asked 4/3, 2015 at 17:20

1

Solved

I'm trying to learn how to use autotools and I can't seem to find a good beginner-friendly answer to this question. What's the difference between autoconf and autoreconf.
Chiropody asked 4/12, 2014 at 2:5
1

© 2022 - 2024 — McMap. All rights reserved.