Displaying 4 results from an estimated 4 matches for "xnope".
Did you mean:
nope
2004 Jul 19
0
Ogg Vorbis CVS (ok,
...$LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
+LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
+for libtoolize in ${LIBTOOLIZE} libtoolize glibtoolize nope; do
+ ($libtoolize --version) < /dev/null > /dev/null 2>&1 && break
done
-if test x$LIBTOOLIZE = xnope; then
+if test x$libtoolize = xnope; then
echo "nope."
- LIBTOOLIZE=libtoolize
+ libtoolize=libtoolize
else
- echo $LIBTOOLIZE
+ echo $libtoolize
fi
-($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
+($libtoolize --version) < /dev/null > /dev/null 2>&...
2004 Apr 15
1
[PATCH] theora/{Makefile.am,autogen.sh}
...it 1
+ }
+fi
-(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
+echo -n "checking for libtool... "
+for LIBTOOLIZE in libtoolize glibtoolize nope; do
+ ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
+done
+if test x$LIBTOOLIZE = xnope; then
+ echo "nope."
+ LIBTOOLIZE=libtoolize
+else
+ echo $LIBTOOLIZE
+fi
+($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile $package."
echo "Download the appropriate package for your system...
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
...get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
- exit 1
- }
-fi
-
-echo -n "checking for libtool... "
-for LIBTOOLIZE in libtoolize glibtoolize nope; do
- ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
-done
-if test x$LIBTOOLIZE = xnope; then
- echo "nope."
- LIBTOOLIZE=libtoolize
-else
- echo $LIBTOOLIZE
-fi
-($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have libtool installed to compile $package."
- echo "Download the appropriate package for your system...
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools
based build system. There is a lot more that could and should be
done, but I tried to stay conservative for now and just resolve
some of the most obvious issues.
Max Horn (5):
configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN
autogen.sh: replace this by a simple call to autoreconf
configure: always print