How does one regenerate the freeradius configure scripts?
How exactly does one go about regenerating the freeradius configure scripts to test patches to configure.ac? autogen.sh fails with Configuring in src/modules/rlm_perl... /usr/bin/m4:configure.ac:6: cannot open `ax_with_prog.m4': No such file or direc tory autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: '/usr/bin/autom4te' failed with exit status: 1 I have the autoconf-archive available, so why isn't it finding that m4 library?
On 22 Sep 2014, at 15:42, Sam Hartman <hartmans@mit.edu> wrote:
How exactly does one go about regenerating the freeradius configure scripts to test patches to configure.ac?
make reconfig Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
The logic is in the ‘autogen.sh’ in the top level of the source … for modules … cd /path/to/src/modules/module_name autoheader -I/path/to/top_level/source_dir autoconf -I/path/to/top_level_source_dir — Aaron On Sep 22, 2014, at 2:42 PM, Sam Hartman <hartmans@mit.edu> wrote:
How exactly does one go about regenerating the freeradius configure scripts to test patches to configure.ac?
autogen.sh fails with Configuring in src/modules/rlm_perl... /usr/bin/m4:configure.ac:6: cannot open `ax_with_prog.m4': No such file or direc tory autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: '/usr/bin/autom4te' failed with exit status: 1
I have the autoconf-archive available, so why isn't it finding that m4 library? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
participants (3)
-
Aaron Hurt -
Arran Cudbard-Bell -
Sam Hartman