search for: ac_prog_libtool

Displaying 20 results from an estimated 61 matches for "ac_prog_libtool".

2004 Aug 06
3
autogen.sh trouble with latest CVS checkout
...stdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL src/avl/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined src/avl/Makefile.am:7: src/avl/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/avl/Makefile.am:7: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL src/httpp/Makefile.a...
2004 Sep 10
2
build problems (autoconf/libtool)
...e building it out of cvs. I've had several problems, most of which were pretty easy to work around or had already been discussed here. But this one has me stumped (though I am admittedly new to autoconf, automake, and libtool). Here's the problem. autoconf does not see any definition for AC_PROG_LIBTOOL. There is such a definition in <libtool directory>/share/aclocal/libtool.m4, but autoconf doesn't seem to be aware of that. I don't know how to tell it to look there; autoconf doesn't appear to have any option to specify specific additonal m4 files. The end result is that the m...
2004 Aug 06
0
autogen.sh trouble with latest CVS checkout
...AM_CONDITIONAL > /usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in > AM_CONDITIONAL > src/avl/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined > src/avl/Makefile.am:7: > src/avl/Makefile.am:7: The usual way to define `LIBTOOL' is to add > `AC_PROG_LIBTOOL' > src/avl/Makefile.am:7: to `configure.in' and run `aclocal' and > `autoconf' again. > /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not > appear in AM_CONDITIONAL > /usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in > AM_CONDI...
2004 Sep 15
1
building from svn
...examples/Makefile.am:10: `CFLAGS' is a user variable, you should not override it; examples/Makefile.am:10: use `AM_CFLAGS' instead. lib/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined lib/Makefile.am:3: lib/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' lib/Makefile.am:3: to `configure.ac' and run `aclocal' and `autoconf' again. [john@kjohn theora]$ make make: *** No targets specified and no makefile found. Stop. </snip> I have already added the line "AC_PROG_LIBTOOL" to configure.ac, and still get the above ou...
2013 May 08
1
[PATCH] opusfile configury fixes.
...k for me: Updating build configuration files for opusfile, please wait.... configure.ac:8: installing `./install-sh' configure.ac:8: installing `./missing' Makefile.am:10: Libtool library used but `LIBTOOL' is undefined Makefile.am:10: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' Makefile.am:10: to `configure.ac' and run `aclocal' and `autoconf' again. Makefile.am:10: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure Makefile.am:10: its definition is in aclocal's search path. Makefile.am: installing `./depcomp' autoreconf: automake...
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 deletion(-) diff --git a/configure.ac b/configure.ac index 9cc3f1a99....
2005 Dec 29
7
Building PHP PECL modules
...warning: underquoted definition of PHP_EXT_DIR configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. `phpize' failed I do remember being able to build and install couple of PECL modules some time ago on different CentOS 4.2 system. Howerver, I'm failing to see why the bui...
2004 Sep 10
0
build problems (autoconf/libtool)
...had several problems, most of which were pretty easy to work > around or > had already been discussed here. But this one has me stumped (though > I am > admittedly new to autoconf, automake, and libtool). Here's the > problem. > > autoconf does not see any definition for AC_PROG_LIBTOOL. There is > such a > definition in <libtool directory>/share/aclocal/libtool.m4, but > autoconf > doesn't seem to be aware of that. I don't know how to tell it to > look there; > autoconf doesn't appear to have any option to specify specific > additonal m4 &...
2007 Mar 10
1
Dumb question (because I used to know the answer)
...it, but for the life of me I can't remember how, and I can't find the info that must have led me in the right direction. I reloaded the PC today, and now when I run autoreconf I get the following output: upsbox:/pub/trunk2# autoreconf configure.in:60: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 The OS is Debian Sarge, current as of today. Somewhere in the back of my mind I thought automake was the problem, but I only h...
2002 Oct 30
0
HELP: configure fails for latest cvs samba 3.x
...l libtoolize --force /usr/local/bin/autoheader /usr/local/bin/autoconf cd /usr/local/samba/source env CFLAGS="-Wall -m32 -g" ./configure --with-winbind --without-sendfile-support --with-included-popt --with-smbwrapper Summary of errors: It always whines about aclocal.m4 Tells me to add AC_PROG_LIBTOOL (how do you do this?) Crashes at a configure line 2800 Configure: make: *** No rule to make target `realclean'. Stop. config.cache: No such file or directory configure: No such file or directory Remember to add `AC_PROG_LIBTOOL' to `configure.in'. You should update your `aclocal.m4...
2014 Mar 02
2
Re: [PATCH 3/8] builder: add functions to read XDG_CONFIG_DIRS and XDG_CONFIG_PATH
On Tue, Feb 25, 2014 at 05:29:08PM +0100, Pino Toscano wrote: > +let xdg_config_dirs ~prog = > + let dirs = > + try Sys.getenv "XDG_CONFIG_DIRS" > + with Not_found -> "/etc/xdg" in This seems to put the virt-builder config files into /etc/xdg/virt-builder which is kind of annoying. Can we move them to a regular default location (/etc/virt-builder)? I
2010 Nov 05
7
nut on pclos-2010.7
...uess' configure.in:10: installing `./config.sub' configure.in:14: installing `./install-sh' configure.in:14: installing `./missing' clients/Makefile.am:23: Libtool library used but `LIBTOOL' is undefined clients/Makefile.am:23: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' clients/Makefile.am:23: to `configure.in' and run `aclocal' and `autoconf' again. clients/Makefile.am:23: If `AC_PROG_LIBTOOL' is in `configure.in', make sure clients/Makefile.am:23: its definition is in aclocal's search path. clients/Makefile.am: installing `./...
2017 Jun 18
3
Unable to use nut-2.7.4 with Eaton 5E1500I USB
...om... > /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 of output deleted...] > > configure.ac:1526: required file `scripts/augeas/nutupsconf.aug.in' not found >...
2014 Nov 20
2
building NUT on Mac OS X Yosemite
...ring the context and limited impact, we could simply check for gsort first, and then sort. --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,7 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_EGREP AC_PATH_PROG(AR, ar) +AC_CHECK_PROGS(SORT, gsort sort) AC_CHECK_TOOL(RANLIB, ranlib, :) dnl Postpone call to AC_PROG_LIBTOOL to allow disabling static lib AC_C_BIGENDIAN @JeanPerriault could you please test the above snippet? (apply using 'patch -p0 < /path/to/patch', from within the 'nut' (not -website) top-level source directory @clepple btw, where / how do you exactly get this error? @clepple @aque...
2017 Jun 19
1
Unable to use nut-2.7.4 with Eaton 5E1500I USB
...>>> /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 ... >> This sounds like an autotools incompatibility. Which versions of autoconf, automake, libtool, etc. are you using? > As I am a packager for Fedora & EPEL I usually try t...
2006 Jul 13
4
Compiling the latest SVN checkout
...ac:32: warning: macro `AM_PROG_LIBTOOL' not found in library autoheader libtoolize --automake automake --add-missing libspeex/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined libspeex/Makefile.am:9: libspeex/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' libspeex/Makefile.am:9: to `configure.ac' and run `aclocal' and `autoconf' again. bjoern@deimos:~/studium/beleg/resources/svn/speex$ make make: *** No targets specified and no makefile found. Stop. Obviously, somthing fails here when calling the autogen-Script. I have a /usr/loca...
2014 Nov 20
0
building NUT on Mac OS X Yosemite (website/documentation)
...simply check for gsort first, and then sort. > --- a/configure.ac > +++ b/configure.ac > @@ -101,6 +101,7 @@ AC_PROG_CXX > AC_PROG_INSTALL > AC_PROG_EGREP > AC_PATH_PROG(AR, ar) > +AC_CHECK_PROGS(SORT, gsort sort) > AC_CHECK_TOOL(RANLIB, ranlib, :) > dnl Postpone call to AC_PROG_LIBTOOL to allow disabling static lib > AC_C_BIGENDIAN Just to clarify, the sort error is only when building nut-website: sort: stray character in field spec: invalid field specification `4.1,4.5rV' Also, you had mentioned dependencies for building documentation. This affects NUT non-website bui...
2020 May 29
1
Compile dahdi 3.1.0 on CentOS 8
...ing directory '/usr/src/kernels/4.18.0-147.8.1.el8_1.x86_64' make[1]: Leaving directory 'dahdi-linux-complete-3.1.0+3.1.0/linux' (cd tools && autoreconf -i && [ -f config.status ] || ./configure --with-dahdi=../linux) configure.ac:82: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 configure: error: cannot find install-sh, install.sh, or shtool in auxdir "."/auxdir make: *** [Makefile:10: all] Erro...
2023 Mar 15
0
[ANNOUNCE] libXaw 1.0.15
...hs 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.0.15.tar.gz SHA256: ca8a613884c922985202075b3cc8ee882...
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 font only) git tag: libXft-2.3.8 https://xorg.freede...