search for: lt_init

Displaying 20 results from an estimated 50 matches for "lt_init".

Did you mean: dt_init
2018 Aug 14
5
[PATCH 1/4] build: Use LT_INIT in configure.ac.
Avoids the warning: libtoolize: Remember to add 'LT_INIT' to configure.ac. This is the new name for AC_PROG_LIBTOOL, so I removed that. However to use this macro we must enable AC_USE_SYSTEM_EXTENSIONS. (AC_GNU_SOURCE was removed back in 2011). --- configure.ac | 5 +++++ m4/guestfs-progs.m4 | 1 - 2 files changed, 5 insertions(+), 1 deleti...
2012 Jun 02
1
[PATCH 3/3] Fix build with automake 1.12
recent autotools require calling AM_PROG_AR before LT_INIT this macro needs to be conditionally defined as it is not present in old versions. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 754c458..ff7bf11 100644 --- a/configure.ac +++ b/configure.ac @@ -25,10 +25,10 @@ AC_CONFIG_M...
2016 Aug 03
3
Problem with configuring Xapian
...nstructed by running, ./configure XAPIAN_CONFIG=path/to/xapian-config-1.3 I have installed all the dependencies specified in xapian-core HACKING file including libtool. But I still get the following error when XO_LIB_XAPIAN is added to configure.ac, configure.ac:3: error: defn: undefined macro: LT_INIT aclocal.m4:43: XO_LIB_XAPIAN is expanded from... configure.ac:3: the top level autom4te: /usr/bin/m4 failed with exit status: 1 Could anyone tell me what I might be missing? Best regards, Amanda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapia...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
...Update to mirror modern X.org drivers config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4' config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macros config: remove unrequired AC_HEADER_STDC config: Utilize util-macros 1.8 for additional man page support config: Use LT_INIT option instead of AC_DISABLE_STATIC config: Add comments for main statements config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEV config: remove unused sdkdir=$(pkg-config...) statement config: Set automake options consistently in one location config: Complete bug report URL...
2019 Dec 16
2
[v2v PATCH] build: add --with-extra configure parameter
...string. +m4_define([v2v_major], [1]) +m4_define([v2v_minor], [41]) +m4_define([v2v_release], [8]) + +AC_INIT([virt-v2v],v2v_major.v2v_minor.v2v_release) # Headings within the configure script output. m4_define([HEADING], @@ -37,6 +44,25 @@ AC_CONFIG_MACRO_DIR([m4]) dnl Initialize libtool. LT_INIT +dnl Extra string, a freeform string defined by packagers. +AC_ARG_WITH([extra], + [AS_HELP_STRING([--with-extra], + [extra version string (for use by packagers)])], + [v2v_extra="$withval"], + [v2v_extra=] +) + +AC_MSG_NOTICE([virt-v2v version v2v_major.v2v_...
2014 May 25
0
make dllimport/dllexport attributes work with mingw (and others)
...validate this new patch? > > It works, but only if i call ./configure without arguments. And it fails > if i call ./configure with "--disable-shared", "--enable-static" or > both "--disable-shared --enable-static". > Your configury already has the line LT_INIT([win32-dll disable-static pic-only]) ... so I took the assumption of dll builds are supported only. Your configury already has the line LT_INIT([win32-dll disable-static pic-only]) --disable-shared can be supported, but that would require some more major surgery: the flac build has a shared confi...
2009 May 16
1
gluster-2.0.1, mandriva-2008.1-x86_64, libtool, lt_unset
...not have with gluster-2.0.0rc8. This is on a mandriva-2008.1-x86_64 system. ../../libtool: line 466: CDPATH: command not found ../../libtool: line 1144: func_opt_split: command not found libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the libtool: definition of this LT_INIT comes from an older release. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4 libtool: and run autoconf again. make[4]: *** [libglusterfs_la-dict.lo] Error 63 This suggests that $lt_unset is empty in line 466 of libtool. I'm certainly willing to accept...
2013 May 08
1
[PATCH] opusfile configury fixes.
...nfigure.ac~ +++ configure.ac @@ -2,16 +2,15 @@ AC_INIT([opusfile], m4_esyscmd([doc/git-version.sh])) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + +AC_CONFIG_MACRO_DIR([m4]) + AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AM_INIT_AUTOMAKE([1.11 foreign]) AM_MAINTAINER_MODE([enable]) -LT_INIT - -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) - -AC_CONFIG_MACRO_DIR([m4]) dnl Library versioning for libtool. dnl Please update these for releases. @@ -29,6 +28,10 @@ AC_SUBST(OP_LT_REVISION) AC_SUBST(OP_LT_AGE) +AC_CANONICAL_HOST +AM_PROG_LIBTOOL +AM_PROG_CC_C_O + CC_CHECK_CFLAG...
2009 Jun 01
0
[PATCH viewer] ovirt viewer autobuild.sh
.../null > /dev/null 2>&1 || { + echo + echo "You must have autoconf installed." + echo "Download the appropriate package for your distribution," + echo "or see http://www.gnu.org/software/autoconf" + die=1 + } + + # Require libtool only if one of of LT_INIT, + # AC_PROG_LIBTOOL, AM_PROG_LIBTOOL is used in configure.ac. + grep -E '^[[:blank:]]*(LT_INIT|A[CM]_PROG_LIBTOOL)' configure.ac >/dev/null \ + && { + (libtool --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "You must have libtool insta...
2009 Jul 25
1
compiling libtheora-1.1alpha2
i am trying to compile libtheora-1.1alpha2 on a ubuntu system i cant understand what the error message is " libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-1ubuntu1, but the libtool: definition of this LT_INIT comes from libtool 2.2.4. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-1ubuntu1 libtool: and run autoconf again. make[2]: *** [apiwrapper.lo] Error 63 " i have reran ./configure and ./autogen.sh with a fresh copy of the folder also complete output bello...
2014 May 25
2
make dllimport/dllexport attributes work with mingw (and others)
Erik de Castro Lopo wrote: > Ozkan Sezer wrote: > >> My apologies, obviously sent an old testing patch. Correct one is >> attached (declspec2.diff). Compilation tested using MinGW (gcc-3.4.5, >> binutils-2.20), and MinGW-w64 (gcc-4.5.4, binutils-2.21.90.) > > lvqcl, > > Can you please validate this new patch? It works, but only if i call ./configure without
2009 Jun 05
2
need help with libtool/aclocal error
...s go well, but the linking step fails with a libtool "version mismatch" error. My linking command has this prefix: /path/to/R/bin/R CMD LINK gcc -g -std=gnu99 ... etc. The error looks like this: libtool: Version mismatch error. This is libtool 2.2, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2 libtool: and run autoconf again. I have no idea what this error message is referring to. The version of libtool installed on the system is none of the ones mentioned in this error: % libtool --version...
2014 Feb 13
5
[PATCH 1/2] nbdkit: Work around what seems like an bug in automake 1.14
...gure.ac index ee9d377..df31014 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE -AM_INIT_AUTOMAKE(foreign) dnl NB: Do not [quote] this parameter. +dnl NB: Do not [quote] this parameter. +AM_INIT_AUTOMAKE(foreign) LT_INIT dnl Check for basic C environment. -- 1.9.0.rc3
2017 Jun 18
3
Unable to use nut-2.7.4 with Eaton 5E1500I USB
...rom... > /usr/share/aclocal/libtool.m4:5236: _LT_LANG_C_CONFIG is expanded from... > /usr/share/aclocal/libtool.m4:138: _LT_SETUP is expanded from... > /usr/share/aclocal/libtool.m4:67: LT_INIT is expanded from... > /usr/share/aclocal/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... > configure.ac:887: the top level > > [.... looong part...
2014 Apr 22
9
[Bug 916] New: Build failure on Slackware 14.1 (./configure rejects libreadline.so)
https://bugzilla.netfilter.org/show_bug.cgi?id=916 Summary: Build failure on Slackware 14.1 (./configure rejects libreadline.so) Product: nftables Version: unspecified Platform: i386 OS/Version: other Status: NEW Severity: major Priority: P5 Component: nft AssignedTo: pablo at
2010 Oct 05
2
[LLVMdev] gold-plugin build errors
...nc-gdbserv-client.o inc-gdbserv-input.o inc-gdbserv-log.o inc-gdbserv-output.o inc-gdbserv-target.o inc-gdbserv-utils.o inc-gdbsocket.o inc-stdio-log.o inc-forward.o inc-backwards.o qe.o -lresolv -lnsl libtool: Version mismatch error. This is libtool 2.2.7a, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.7a libtool: and run autoconf again. make[4]: *** [qe] Error 63 make[4]: Leaving directory `/home/lefever/work/llvm/v2.6/gold-plugin/binutils/src/x86_64-unknown-linux-gnu/rda/qe' .... make[5]: Enter...
2019 Dec 16
0
Re: [v2v PATCH] build: add --with-extra configure parameter
...fine([v2v_minor], [41]) > +m4_define([v2v_release], [8]) > + > +AC_INIT([virt-v2v],v2v_major.v2v_minor.v2v_release) > > # Headings within the configure script output. > m4_define([HEADING], > @@ -37,6 +44,25 @@ AC_CONFIG_MACRO_DIR([m4]) > dnl Initialize libtool. > LT_INIT > > +dnl Extra string, a freeform string defined by packagers. > +AC_ARG_WITH([extra], > + [AS_HELP_STRING([--with-extra], > + [extra version string (for use by packagers)])], > + [v2v_extra="$withval"], > + [v2v_extra=] > +) > + &g...
2014 May 25
2
XIPH_C_COMPILER_IS_CLANG preventing many flags
XIPH_C_COMPILER_IS_CLANG in configury (commit a6a4b6f) is blocking many flags including the visibility attributes: I guess this needs relaxing, possibly a lot. What incompatibility led to this commit? -- O.S.
2023 Mar 15
0
[ANNOUNCE] libXaw 1.0.15
...mapPath() Stop memory leak in error paths in XawTextSinkConvertPropertyList() Remove "All rights reserved" from Oracle copyright notices Add .git-blame-ignore-revs to hide whitespace commits from git blame Replace calls to index() with strchr() configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL libXaw 1.0.15 Taylor R Campbell (1): Fix ctype(3) users. Thomas E. Dickey (1): issue #6: fix typo in XawMax parameter in GetBlockBoundaries git tag: libXaw-1.0.15 https://xorg.freedesktop.org/archive/individual/lib/libXaw-1....
2023 Apr 17
0
[ANNOUNCE] libXft 2.3.8
Alan Coopersmith (1): configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL Matt Turner (1): libXft 2.3.8 Thomas E. Dickey (3): add check for missing glyph in XftFontCheckGlyph() issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixels issue 18: Problems with rotated text (monospace f...