search for: ac_output

Displaying 20 results from an estimated 118 matches for "ac_output".

2020 Jan 13
4
[PATCH] Link .mli files corresponding to autorgenerated .ml files into builddir
...ES([Makefile tools/Makefile website/index.html]) +AC_CONFIG_LINKS([common/mlstdutils/guestfs_config.mli:common/mlstdutils/guestfs_config.mli + daemon/daemon_config.mli:daemon/daemon_config.mli + v2v/config.mli:v2v/config.mli]) + AC_OUTPUT dnl Produce summary. -- 2.25.0.rc2
2008 Apr 30
6
new release monday
All, We've accumulated quite a few changes to libvorbis since the 1.2.0 release. I'd like to do a new one, a propose that 1.2.1 happen May 5 or so. So, if you have any outstanding issues, please mention them here, and please check that current svn is working for you. Thanks, -r
2007 Jan 17
3
Re: [nut-commits] svn commit r746 - trunk/packaging/RedHat
...asically, nothing will make its way into the NUT distribution tarball unless it is somehow mentioned in one of the Makefile.am files. See the packaging/RedHat directory for an example. Niels, thank you for spotting the extra nut.spec file in SVN; however, it needs to be added to configure.in's AC_OUTPUT section in order to be generated from nut.spec.in. I will commit that change shortly. Can you test the generated file? If it works, we'll assume the same change works for mandriva. On 1/16/07, Niels Baggesen <nba-guest@alioth.debian.org> wrote: > Author: nba-guest > Date: Tue Jan 1...
2023 Feb 18
0
[ANNOUNCE] constype 1.0.5
constype prints on the standard output the Sun code for the type of display that the specified device is. It was originally written for SunOS, but has been ported to other SPARC OS'es and to Solaris on both SPARC & x86. Alan Coopersmith (11): config: replace old-style AC_OUTPUT with AC_CONFIG_FILES + new AC_OUTPUT This is not a GNU project, so declare it foreign. configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration Build xz tarballs instead...
2004 Aug 06
2
debian/ in CVS
...c6 < SUBDIRS = include src examples doc --- > SUBDIRS = include src examples debian doc Index: configure.in =================================================================== RCS file: /usr/local/cvsroot/libshout/configure.in,v retrieving revision 1.65 diff -r1.65 configure.in 169c169 < AC_OUTPUT([Makefile include/Makefile include/shout/Makefile --- > AC_OUTPUT([Makefile debian/Makefile include/Makefile include/shout/Makefile I just wanted to make sure this is alright before committing, per Ralph's request when my account was created. This change would apply to each of the three mo...
2001 May 07
1
Remake configure/config.h.in/etc.
...efile config.h config.h-touch config.status ssh_prng_cmds *~ mrproper: distclean veryclean: distclean - rm -f configure config.h.in *.0 + rm -f configure config.h.in config.h.in-touch *.0 catman-do: @for f in $(MANPAGES_IN) ; do \ Index: configure.in @@ -1881,7 +1881,8 @@ AC_EXEEXT -AC_OUTPUT(Makefile openbsd-compat/Makefile ssh_prng_cmds) +AC_OUTPUT(Makefile openbsd-compat/Makefile ssh_prng_cmds, \ +[test -z "$CONFIG_HEADERS" || echo >config.h-touch]) # Print summary of options Index: openbsd-compat/Makefile.in @@ -28,7 +28,7 @@ $(COMPAT): ../config.h $(OPENBSD): .....
2014 Mar 30
2
CXX_STD and configure.ac in packages
...s. I (think I) can accomplish this with configure.ac as AC_INIT("DESCRIPTION") CXX=`"${R_HOME}/bin/R" CMD config CXX` CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXXFLAGS` AC_CONFIG_HEADERS([src/config.h]) AC_LANG(C++) AC_CHECK_HEADERS([unordered_map tr1/unordered_map]) AC_OUTPUT Use of configure.ac does not seem to be entirely consistent with section 1.2.4 of Writing R Extensions, where one is advised that to use C++(11? see below) code one should CXX_STD = CXX11 in Makevars(.win). My code does not require a compiler that supports the full C++11 feature set. In...
2005 Oct 05
1
Problems with autoconf example from r-ext.
...exit 1 fi CC=`"${R_HOME}/bin/R" CMD config CC` CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS` dnl substitute CPPFLAGS and LIBS AC_SUBST(CPPFLAGS) AC_SUBST(LIBS) dnl and do subsitution in the src/Makevars.in AC_OUTPUT(src/Makevars) [end autoconf.ac] I rund autoconf.. [Makevars.in] PKG_CFLAGS=@CPPFLAGS@ PKG_LIBS=@LIBS@ [end-Makevars.in] I rund R CMD with R CMD INSTALL --configure-args='--with-sbmlode-lib=/data/opt/sbmlodesolve/include \ --with-sbmlode-include=/data/opt/sbmlodesolve/lib' \ SBMLodeSo...
2008 Dec 08
0
sndio support for libao
...er_sys_audioio_h}" = yes) +dnl Check for libsndio audio + +AC_CHECK_HEADERS(sndio.h) +AM_CONDITIONAL(HAVE_SNDIO_AUDIO,test "${ac_cv_header_sndio_h}" = yes) + dnl Check for AIX audio case $host in @@ -415,4 +420,4 @@ dnl Plugins get special LDFLAGS AC_SUBST(PLUGIN_LDFLAGS) -AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile src/plugins/esd/Makefile src/plugins/oss/Makefile src/plugins/alsa/Makefile src/plugins/alsa09/Makefile src/plugins/sun/Makefile src/plugins/irix/Makefile src/plugins/arts/Makefile src...
2000 Dec 27
1
ao_arts
Hi, I've written an ao plugin for aRts, the soundserver that comes with KDE. Any chance of including this in the ao distribution ? Pretty please ? :) Sources and patches attached. This is a very simple plugin because it uses the easy-to-use 'artsc' C wrapper that aRts installs. configure.in.diff is for ao/configure.in Makefile.am.diff is for ao/src/plugins/Makefile.am Makefile.am
2009 Jul 13
2
[PATCH] Add shave support
...nable|disable) default shave mode. This parameter +dnl controls shave's behaviour when no option has been +dnl given to configure. It defaults to disable. +dnl +dnl * SHAVE_INIT should be called late in your configure.(ac|in) file (just +dnl before AC_CONFIG_FILE/AC_OUTPUT is perfect. This macro rewrites CC and +dnl LIBTOOL, you don't want the configure tests to have these variables +dnl re-defined. +dnl * This macro requires GNU make's -s option. + +AC_DEFUN([_SHAVE_ARG_ENABLE], +[ + AC_ARG_ENABLE([shave], + AS_HELP_STRING( + [--enable-shave],...
2004 Sep 10
5
1.0 source candidate
I rethought it and it seemed like a bad idea to post a big file, so you can get it here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
2007 May 13
1
Help understanding LAPACK symbol resolution
...IB_PATH], [LAPACK library location with complex routines]), [LAPACK_LIBS=$withval]) added a check to see that zsysv_ is actually available AC_CHECK_FUNC(zsysv_,, AC_MSG_ERROR([lapack needs zsysv_ in ${LAPACK_LIBS}])) and substituted LAPACK_LIBS into a Makevars.in file AC_SUBST(LAPACK_LIBS) AC_OUTPUT(src/Makevars) Makevars.in: PKG_LIBS=@LAPACK_LIBS@ I then install my package with R CMD INSTALL --clean --configure-args=--with-lapack=-llapack <pkg> or more generally R CMD INSTALL --clean \ --configure-args="--with-lapack='-L/usr/lib64 -llapack'" <pkg> This &...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...lib="-lpthread", :) -AM_PATH_OGG(LIBS="$LIBS $OGG_LIBS", AC_MSG_ERROR(must have Ogg installed!)) +AM_PATH_OGG(LIBS="$LIBS", AC_MSG_ERROR(must have Ogg installed!)) dnl -------------------------------------------------- @@ -167,3 +167,3 @@ AC_SUBST(pthread_lib) -AC_OUTPUT(Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbisenc/Makefile include/Makefile include/vorbis/Makefile examples/Makefile) +AC_OUTPUT(Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbise...
2015 Apr 09
0
[ANNOUNCE] xf86-input-vmmouse 13.0.99
...linux-graphics-maintainer at vmware.com> Gaetan Nadon (6): Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros Autoconf: replace deprecated AC_HELP_STRING with AS_HELP_STRING Autoconf: minimum level required is 2.60 Autoconf: Fix deprecated use of AC_OUTPUT "make dist" fails when workstation has no udev package tools: make install fails when user has no write permission in /lib Jeremy Huddleston Sequoia (1): Always include config.h first Loïc Yhuel (1): Fix wheel button labels Peter Hutterer (4): Free the vmm...
2015 Apr 17
0
[ANNOUNCE] twm 1.0.9
...Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Only use results from GetWindowProperty if it returned success Remove custom version of system(3c) for Solaris twm 1.0.9 Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Laurent Carlier (1): Update manpage with the proper location of system.twmrc file git tag: twm-1.0.9 http://xorg.freedesktop.org/archive/individual/app/twm-1.0.9.tar.bz2 MD5: 59a6f076cdacb5f6945dac809bcf4906 SHA1: 09e8a8f0d1072e11eb0d6e354d75a555b9952755 SHA256: c5751...
2015 Apr 20
0
[ANNOUNCE] xf86-input-void 1.4.1
...7 or so. Don't use it. Alan Coopersmith (4): Link with $(XORG_LIBS) to support no-undefined linking Fix an integer truncation warning from clang configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Peter Hutterer (1): xf86-input-void 1.4.1 Terry Lambert (1): Return proper default for unknown values in pInfo->device_control. git tag: xf86-input-void-1.4.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-void-1.4.1.tar.bz2 MD5: 5227013b52...
2015 May 01
0
[ANNOUNCE] kbproto 1.0.7
...Add comments about sizes of dynamically allocated arrays Drop WORD64 (Cray) support kbproto 1.0.7 Colin Walters (1): autogen.sh: Implement GNOME Build API Daniel Martin (1): specs: Change XkbSA_DfltBtnAbsolute to 4 Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES wettstae at gmail.com (1): kbproto: Fix typo in XkbSARedirectSetVMods git tag: kbproto-1.0.7 http://xorg.freedesktop.org/archive/individual/proto/kbproto-1.0.7.tar.bz2 MD5: 94afc90c1f7bef4a27fdd59ece39c878 SHA1: bc9c0fa7d39edf4ac043e6eeaa771d3e245ac5b2 SHA256: f882210...
2015 Oct 19
0
[ANNOUNCE] xinput 1.6.2
A couple of minor patches accumulated over the years. One crasher fix, one exit status correction, two fixes for the test-xi2 printf. And some build system cleanups. Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Peter Hutterer (6): Drop AM_MAINTAINER_MODE Fix crash for enable/disable without a device argument Fix valuator printf output in test-xi2 property: return EXIT_FAILURE if at least one device fails (#90226) Print touch event flags in test-xi2...
2016 Mar 11
0
[ANNOUNCE] videoproto 2.3.3
No functional change, just squashing a build warning for new xserver. Adam Jackson (2):       xv: Build left-shift constants from ints not longs       videoproto 2.3.3 Gaetan Nadon (1):       config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES git tag: videoproto-2.3.3 http://xorg.freedesktop.org/archive/individual/proto/videoproto-2.3.3.tar.bz2 MD5:  fe86de8ea3eb53b5a8f52956c5cd3174  videoproto-2.3.3.tar.bz2 SHA1: 4556b5c2243a2ca290ea2140dc1a427c4bac8ba2  videoproto-2.3.3.tar.bz2 SHA256: c7803889fd08e6fcaf7b68cc39...