* Problems compiling xtables-addons v1.28
@ 2010-08-28 3:34 Brian Schang
2010-08-28 11:57 ` Jan Engelhardt
0 siblings, 1 reply; 3+ messages in thread
From: Brian Schang @ 2010-08-28 3:34 UTC (permalink / raw)
To: netfilter
Hello:
I have successfully compiled and am running xtables-addons v1.27.
However I cannot get v1.28 to compile:
[root@server2 xtables-addons (build)]# ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
geoip/Makefile.am:3: `pkglibexec_SCRIPTS' is used but `pkglibexecdir' is
undefined
autoreconf: automake failed with exit status: 1
Any suggestions would be appreciated.
Thank you.
--
Brian Schang
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problems compiling xtables-addons v1.28
2010-08-28 3:34 Problems compiling xtables-addons v1.28 Brian Schang
@ 2010-08-28 11:57 ` Jan Engelhardt
2010-08-28 12:23 ` Brian Schang
0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2010-08-28 11:57 UTC (permalink / raw)
To: Brian Schang; +Cc: netfilter
On Saturday 2010-08-28 05:34, Brian Schang wrote:
> Hello:
>
> I have successfully compiled and am running xtables-addons v1.27. However I
> cannot get v1.28 to compile:
>
> [root@server2 xtables-addons (build)]# ./autogen.sh
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> geoip/Makefile.am:3: `pkglibexec_SCRIPTS' is used but `pkglibexecdir' is
> undefined
> autoreconf: automake failed with exit status: 1
It seems I made use of a feature without updating configure.ac
accordingly. This is the new patch just commited.
commit f9922c6f85a1c46c210271495e8b50b180ef71e2
Author: Jan Engelhardt
Date: Sat Aug 28 13:56:12 2010 +0200
configure: pkglibexecdir requires automake >= 1.10.2
diff --git a/configure.ac b/configure.ac
index 9c02436..89793d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([xtables-addons], [1.28])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_INSTALL
-AM_INIT_AUTOMAKE([1.10 -Wall foreign subdir-objects])
+AM_INIT_AUTOMAKE([1.10.2 -Wall foreign subdir-objects])
AC_PROG_CC
AM_PROG_CC_C_O
AC_DISABLE_STATIC
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: Problems compiling xtables-addons v1.28
2010-08-28 11:57 ` Jan Engelhardt
@ 2010-08-28 12:23 ` Brian Schang
0 siblings, 0 replies; 3+ messages in thread
From: Brian Schang @ 2010-08-28 12:23 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: netfilter
Jan:
On 8/28/2010 7:57 AM, Jan Engelhardt wrote:
> On Saturday 2010-08-28 05:34, Brian Schang wrote:
>> I have successfully compiled and am running xtables-addons v1.27. However I
>> cannot get v1.28 to compile:
> It seems I made use of a feature without updating configure.ac
> accordingly. This is the new patch just commited.
>
> commit f9922c6f85a1c46c210271495e8b50b180ef71e2
> Author: Jan Engelhardt
> Date: Sat Aug 28 13:56:12 2010 +0200
>
> configure: pkglibexecdir requires automake>= 1.10.2
>
> diff --git a/configure.ac b/configure.ac
> index 9c02436..89793d0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3,7 +3,7 @@ AC_INIT([xtables-addons], [1.28])
> AC_CONFIG_HEADERS([config.h])
> AC_CONFIG_MACRO_DIR([m4])
> AC_PROG_INSTALL
> -AM_INIT_AUTOMAKE([1.10 -Wall foreign subdir-objects])
> +AM_INIT_AUTOMAKE([1.10.2 -Wall foreign subdir-objects])
> AC_PROG_CC
> AM_PROG_CC_C_O
> AC_DISABLE_STATIC
Everything seems to work now. Thank you very much for the help.
--
Brian Schang
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-28 12:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-28 3:34 Problems compiling xtables-addons v1.28 Brian Schang
2010-08-28 11:57 ` Jan Engelhardt
2010-08-28 12:23 ` Brian Schang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox