Displaying 20 results from an estimated 398 matches for "am_conditional".
2004 Aug 06
2
automake problem
...them on the ./autogen.sh command line.
Generating configuration files for icecast, please wait....
aclocal
aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library
libtoolize --automake
automake --add-missing
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does...
2004 Aug 06
3
Some questions and problems about setting up Icecast2
...onfigure.in:4: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.in:4: probably because aclocal.m4 is missing...
configure.in:4: You should run aclocal to create this file, then
configure.in:4: run automake again.
/usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/depend...
2004 Aug 06
2
compiling under redhat
...ents - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for icecast, please wait....
aclocal -I /usr/share/aclocal/
libtoolize --automake
automake --add-missing
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does...
2004 Aug 06
3
Some questions and problems about setting up Icecast2
On Sun, Jul 28, 2002 at 11:31:59PM +1000, Michael Smith wrote:
> At 09:48 PM 7/27/02 -0500, you wrote:
> > I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its
2004 Aug 06
3
autogen.sh trouble with latest CVS checkout
...configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
/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/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...
2005 Dec 14
1
problems compiling libshout-kh
...ure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
configure.in:15: required file `./config.h.in' not found
examples/Makefile.am: installing `./depcomp'
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not ap...
2014 May 30
3
Typos in the FLAC codebase
1) src/share/grabbag/snprintf.c, line 42: 'on systems with a norrmal ISO C99'
'norrmal' -> 'normal'
2) src/flac/encode.c, line 1661: '(eg, very short files, < 10000 fames)'
'fames' -> frames? samples? bytes?
3) configure.ac, line 140: 'AM_CONDITIONAL(FLAC__CPU_X86_64, test "x$cpu_x86_64" = xtrue)'
Not sure about this, but other names inside AM_CONDITIONALs begin with FLaC__,
not FLAC__. A quote from configure.ac: "NOTE that for many of the AM_CONDITIONALs
we use the prefix FLaC__ instead of FLAC__ since autoconf triggers off...
2004 Aug 06
0
autogen.sh trouble with latest CVS checkout
...hould verify that configure.in invokes
AM_INIT_AUTOMAKE,
> configure.in: that aclocal.m4 is present in the top-level directory,
> configure.in: and that aclocal.m4 was recently regenerated (using
aclocal).
> /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/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_LIBTOO...
2015 Nov 07
0
[Aarch64 03/11] Rename OPUS_ARM_NEON_INTR AM_CONDITIONAL as HAVE_ARM_NEON_INTR, for consistency with x86.
...M_NEON_INTR_OBJ) $(OPT_UNIT_TEST_OBJ): CFLAGS += \
$(OPUS_ARM_NEON_INTR_CFLAGS) $(NE10_CFLAGS)
diff --git a/configure.ac b/configure.ac
index bb838c0..dd1bacb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -662,7 +662,7 @@ AS_IF([test x"$enable_intrinsics" = x"yes"],[
])
AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"])
-AM_CONDITIONAL([OPUS_ARM_NEON_INTR],
+AM_CONDITIONAL([HAVE_ARM_NEON_INTR],
[test x"$OPUS_ARM_MAY_HAVE_NEON_INTR" = x"1"])
AM_CONDITIONAL([HAVE_ARM_NE10],
[test x"$HAVE_ARM_NE10" = x"1"])
--...
2015 Nov 21
0
[Aarch64 v2 03/18] Rename OPUS_ARM_NEON_INTR AM_CONDITIONAL as HAVE_ARM_NEON_INTR, for consistency with x86.
...M_NEON_INTR_OBJ) $(OPT_UNIT_TEST_OBJ): CFLAGS += \
$(OPUS_ARM_NEON_INTR_CFLAGS) $(NE10_CFLAGS)
diff --git a/configure.ac b/configure.ac
index 74aa2f4..5f6fc71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -696,7 +696,7 @@ AS_IF([test x"$enable_intrinsics" = x"yes"],[
])
AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"])
-AM_CONDITIONAL([OPUS_ARM_NEON_INTR],
+AM_CONDITIONAL([HAVE_ARM_NEON_INTR],
[test x"$OPUS_ARM_MAY_HAVE_NEON_INTR" = x"1"])
AM_CONDITIONAL([HAVE_ARM_NE10],
[test x"$HAVE_ARM_NE10" = x"1"])
--...
2004 Aug 06
8
Some questions and problems about setting up Icecast2
...onfigure.in:4: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.in:4: probably because aclocal.m4 is missing...
configure.in:4: You should run aclocal to create this file, then
configure.in:4: run automake again.
/usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
src/Makefile.am:5: required directory s...
2015 Oct 27
1
[PATCH] configure: Move language binding detection to separate files.
This commit starts to split our massive, monolithic configure.ac file
into smaller files, using the m4_include mechanism to combine them.
I don't know if we should really do this, so I'm open to comments
about it. However:
- Our configure.ac script is 1800+ lines long, and that's pretty long.
- configure.ac lacks structure; splitting it up might improve that.
- From what I read,
2018 May 04
3
[PATCH] java: support OpenJDK 10+
...; then
JAVAH="$JAVA/bin/javah"
fi
if test ! -x "$JAVA/bin/javadoc"; then
@@ -163,6 +161,7 @@ if test "x$with_java" != "xno"; then
AC_SUBST(JAR_INSTALL_DIR)
AC_SUBST(JNI_INSTALL_DIR)
AC_SUBST(JNI_VERSION_INFO)
+ AM_CONDITIONAL([HAVE_JAVAH],[test -n "$JAVAH"])
fi
AM_CONDITIONAL([HAVE_JAVA],[test "x$with_java" != "xno" && test -n "$JAVAC"])
--
2.14.3
2013 Apr 11
0
No subject
...> + [
>> + OPUS_ARM_NEON_INTR=0
>> + AC_MSG_WARN([ARMv7 neon intrinsics not enabled])
>> + ])
>> +
>> AS_IF([test x"$inline_optimization" = x"ARM"],[
>> AM_CONDITIONAL([OPUS_ARM_INLINE_ASM],[true])
>> AC_DEFINE([OPUS_ARM_INLINE_ASM], 1,
>> @@ -220,7 +248,7 @@ AS_IF([test x"${enable_asm}" = x"yes"],[
>> AC_DEFINE([OPUS_ARM_INLINE_EDSP], [1],
>> [Use ARMv5E...
2002 Sep 26
2
Compiling CVS? (automake/autoconf problem with autogen.sh?)
...te this file, then
configure.in:8: run automake again.
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
examples/Makefile.am: installing `./depcomp'
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
[repeats 3 more times]
autoconf
configure.in:8: error:...
2008 Mar 30
1
[PATCH 1/2] Add SECRET_TEST_CODE to AM_CONDITIONAL in configure.ac
...to process vivified/code/Makefile.am
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index a3e186b..0e28374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,6 +300,7 @@ else
AC_MSG_NOTICE([Vivified was not enabled.])
fi
AM_CONDITIONAL(HAVE_VIVI, [test "x$HAVE_VIVI" = xyes])
+AM_CONDITIONAL(SECRET_TEST_CODE, [test "x$SECRET_TEST_CODE" = xyes])
AC_SUBST(GLOBAL_CFLAGS)
2015 May 12
4
[PATCH 1/2] mllib: remove spurious check_SCRIPTS from Makefile.am
Not actually useful, as TESTS defines the tests, and it breaks when
oUnit is not available (as it tries to build an oUnit-based unit test).
---
mllib/Makefile.am | 3 ---
1 file changed, 3 deletions(-)
diff --git a/mllib/Makefile.am b/mllib/Makefile.am
index 0b43684..e363f27 100644
--- a/mllib/Makefile.am
+++ b/mllib/Makefile.am
@@ -132,9 +132,6 @@ libdir.ml: Makefile
# Tests.
2020 Jan 15
1
[PATCH] build: define HAVE_PYCODESTYLE in all the cases
...guestfs-python.m4
index 505eba5df..2e736875c 100644
--- a/m4/guestfs-python.m4
+++ b/m4/guestfs-python.m4
@@ -88,7 +88,6 @@ AS_IF([test "x$enable_python" != "xno"],[
AC_MSG_RESULT([$PYTHON_EXT_SUFFIX])
AC_CHECK_PROGS([PYCODESTYLE],[pycodestyle],[no])
- AM_CONDITIONAL([HAVE_PYCODESTYLE], [test "x$PYCODESTYLE" != "xno"])
fi
AC_SUBST(PYTHON_PREFIX)
@@ -98,3 +97,5 @@ AS_IF([test "x$enable_python" != "xno"],[
])
AM_CONDITIONAL([HAVE_PYTHON],
[test "x$PYTHON" != "xno" && test "...
2014 Oct 02
3
problems with configure.ac
1) in config.h FLAC__HAS_X86INTRIN macro is always defined and empty,
even if x86intrin.h is not available.
2) sse_os is defined as 'yes' or 'no', but AM_CONDITIONAL tests it for 'true':
AM_CONDITIONAL(FLaC__SSE_OS, test "x$sse_os" = xtrue)
It seems that it should be changed to
AM_CONDITIONAL(FLaC__SSE_OS, test "x$sse_os" = xyes)
3) configure --disable-sse prints:
" SSE optimizations : ................... no"
but...
2007 Oct 10
2
autoreconf errors with latest git
...utomake.html#Extending%20aclocal /usr/share/aclocal/libmcrypt.m4:17:
warning: underquoted definition of AM_PATH_LIBMCRYPT run info
'(automake)Extending aclocal' or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
doc/Makefile.am:172: `gtk-doc.make' included from here
gtk-doc.make:48: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/Makefile.am:172: `gtk-doc.make' included from here
gtk-doc.make:147: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/Makefile.am:172: `gtk-doc.make' in...