search for: ac_config_srcdir

Displaying 20 results from an estimated 46 matches for "ac_config_srcdir".

2001 Dec 21
2
help -- generating a patch
...', I get an unuseable ./configure.new script; both with and without my patch applied (including from a freshly unpacked tarball). Here is the error: [dl at spacebrain openssh-3.0.2p1]$ ./configure.new loading cache ./config.cache ./configure.new: line 606: syntax error near unexpected token `AC_CONFIG_SRCDIR(ssh.c)' ./configure.new: line 606: `AC_CONFIG_SRCDIR(ssh.c)' Now, I'm guessing that I screwed something up (i'm not terribly familular with autoconf and friends). Any help you could give me would be appriciated.... Also, while I'm at it, is the proper way to submit a patch to...
2001 Oct 24
4
snapshot problems on Mac OS X
...pert, but here is what happens after a "autoreconf": autoconf: Undefined macros: configure.in:1291:AC_CHECK_MEMBERS([struct stat.st_blksize]) configure.in:2168:AC_CONFIG_FILES([Makefile openbsd-compat/Makefile scard/Makefile ssh_prng_cmds]) configure.in:26:AC_SYS_LARGEFILE configure.in:4:AC_CONFIG_SRCDIR([ssh.c]) /usr/bin/autoheader: Symbol `socklen_t' is not covered by /usr/share/autoconf/acconfig.h ./acconfig.h next, the results from running "configure": creating cache ./config.cache ./configure: command not found: AC_CONFIG_SRCDIR(ssh.c) [606] . . . ./configure: command not fou...
2007 Nov 15
2
2 commits - configure.ac
configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8b3f9aca00a0d0447ba95a5ac86c56eb5894b8a8 Author: Benjamin Otte <otte at gnome.org> Date: Thu Nov 15 12:00:38 2007 +0100 back to development diff --git a/configure.ac b/configure.ac index 514f515..96ffeed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58])
2005 Dec 14
2
Patch: ioloop using kqueue/kevent for FreeBSD
...ader259 +autoconf259 diff -rN -u old-dovecot-cvs/configure.in new-dovecot-cvs/configure.in --- old-dovecot-cvs/configure.in 2005-12-14 11:35:03.545823016 +0100 +++ new-dovecot-cvs/configure.in 2005-12-14 11:35:06.150746230 +0100 @@ -1,6 +1,10 @@ AC_INIT(dovecot, 1.0.alpha5, [dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) +AC_CANONICAL_BUILD +AC_CANONICAL_HOST +AC_CANONICAL_TARGET + AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE @@ -327,6 +331,15 @@ ]) fi +if test "$ioloop" = "kqueue"; then + AC_CHECK_FUNC(kqueue, [ + AC_DEFINE(IOLOOP_KQUEUE,, [Implement I/O loop with FreeB...
2015 Apr 17
0
[ANNOUNCE] setxkbmap 1.3.1
...listed on the command line. Alan Coopersmith (7): Move global rules variable into applyRules, the only function that uses it Make len a size_t instead of converting back & forth to an int Use C99 struct initializer for cmdNames in applyComponentNames config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 setxkbmap 1.3.1 Benno Schulenberg (2): Printing the program's version number on -version. Fixing a small mistake in the man page -- s/comp/map/. Stéphane Aulery (1): Ensure consistency betwe...
2015 Apr 17
0
[ANNOUNCE] smproxy 1.0.6
...support X11R6 session management to participate in an X11R6 session. This minor maintenance release provides assorted build configuration improvements and janitorial clenaups. Alan Coopersmith (11): Replace #ifdef X_NOT_POSIX with explicit check for mktemp function config: Add missing AC_CONFIG_SRCDIR Add local copy of asprintf() Convert sprintf calls to asprintf or snprintf Simplify & unify variants of unique_filename Print which option was in error along with usage message Add -version option to print program version configure: Drop AM_MAINTAINER_MODE...
2015 Apr 17
0
[ANNOUNCE] xcmsdb 1.0.5
.... Alan Coopersmith (11): Combine usage message strings Print which option was in error along with usage message Add -version option to print program version Fix const char * warnings Remove break statements immediately after return statements config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Strip trailing whitespace from source files Only use results from GetWindowProperty if it returned Success xcmsdb 1.0.5 Erkki Seppälä (1): _XcmsGetProperty: don't deal with uninitialized valu...
2015 Apr 17
0
[ANNOUNCE] xdpyinfo 1.3.2
xdpyinfo is a command line utility for printing information about an X server. Alan Coopersmith (8): Print which option was in error along with usage message Sprinkle consts in StrCmp to quiet cast warnings config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Mark required arguments to Xlib error handler as unused Delete unused NULLSTR macro xdpyinfo 1.3.2 git tag: xdpyinfo-1.3.2 http://xorg.freedesktop.org/archive/individual/app/xdpyinfo-1.3.2.tar.bz2 MD5...
2015 Apr 17
0
[ANNOUNCE] xditview 1.0.4
xditview displays ditroff output on an X display. Finding ditroff output to use with this tool is left as an exercise for the user. Alan Coopersmith (12): Close file leak when fdopen() fails in OpenFile() Convert sprintf calls to snprintf config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Const cleanup unifdef -UNOTDEF -UNOTUSED Remove #if 0 code Combine usage message strings Remove CVS/RCS $Id tags Use SEEK_* names instead of raw numbers for fseek whence argument...
2015 Apr 17
0
[ANNOUNCE] xlsatoms 1.1.2
xlsatoms lists the interned atoms defined on an X11 server Alan Coopersmith (7): Combine usage message into single string/call config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Add -version option to print program version xlsatoms 1.1.2 git tag: xlsatoms-1.1.2 http://xorg.freedesktop.org/archive/individual/app/xlsatoms...
2015 Apr 17
0
[ANNOUNCE] xlsfonts 1.0.5
xlsfonts lists fonts available from an X server via the X11 core protocol. Alan Coopersmith (7): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Add -version option to print program version Remove old CVS id tags xlsfonts 1.0.5 git tag: xlsfonts-1.0.5 http://xorg.freedesktop.org/ar...
2015 Apr 17
0
[ANNOUNCE] xmag 1.0.6
xmag displays a magnified snapshot of a portion of an X11 screen. Alan Coopersmith (7): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix typos & wording issues in source comments Convert sprintf to snprintf Delete trailing whitespace from *.[ch] files xmag 1.0.6 git tag: xmag-1.0.6 http://xorg.freedesktop.org/archive/indi...
2015 Apr 17
0
[ANNOUNCE] xmh 1.0.3
The xmh program provides an Xaw-based graphical user interface to the MH Message Handling System. This version continues the tradition of only releasing once every 5 years, with the latest set of build configuration & documentation improvements. Alan Coopersmith (4): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xmh 1.0.3 Daphne Pfister (1): Fixes misplaced shortcut in man page: #89003 Eric S. Raymond (1): Don't rely on the ability to set tan stops. Use tables instead. Gaetan Nadon (5): config: re...
2017 Apr 04
0
[ANNOUNCE] libpciaccess 0.13.5
...(7): autogen.sh: pass --force to autoreconf, quote string variables linux sysfs: retrieve vendor, device... info via separate sysfs files autogen.sh: use quoted string variables Revert "linux_sysfs: include <limits.h> for PATH_MAX" configure.ac: remove AC_CONFIG_SRCDIR macro configure.ac: set AC_CONFIG_AUX_DIR libpciaccess 0.13.5 Felix Janda (2): linux_sysfs.c: Include <limits.h> for PATH_MAX linux_sysfs: include <limits.h> for PATH_MAX Henry Zhao (2): probe should not hold pci nexus drivers open use cached devinf...
2018 Mar 05
0
[ANNOUNCE] editres 1.0.7
...l that allows users and application developers to view the full widget hierarchy of any Xt Toolkit application that speaks the Editres protocol. This version raises the minimum version of libXt required to build & run editres to libXt 1.0.99.1. Alan Coopersmith (10): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Replace XtMalloc+sprintf pair with XtAsprintf call Replace remaining sprintf calls with snprintf Fix -Wsign-compare warnings Strip trailing whitespace Fix -Wmissing-noreturn warnings A...
2018 Mar 05
0
[ANNOUNCE] listres 1.0.4
The listres program generates a list of X resources for a widget in an X client written using a toolkit based on libXt. Alan Coopersmith (4): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 listres 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for confi...
2018 Mar 05
0
[ANNOUNCE] viewres 1.0.5
viewres displays a tree showing the widget class hierarchy of the Athena Widget Set (libXaw). Alan Coopersmith (4): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 viewres 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for confi...
2018 Mar 07
0
[ANNOUNCE] oclock 1.0.4
oclock is a simple analog clock using the SHAPE extension to make a round (possibly transparent) window. Alan Coopersmith (6): Remove unused function TDrawArc Reduce scope of variables in check_jewel_poly config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 oclock 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for config...
2018 Mar 10
0
[ANNOUNCE] xfontsel 1.0.6
Alan Coopersmith (7): Drop CRAY/WORD64 support (unifdef -UCRAY -UWORD64) Replace TXT16 with XChar2b inline config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Get rid of some extraneous ; at the end of C source lines xfontsel 1.0.6 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutt...
2018 Mar 10
0
[ANNOUNCE] ico 1.0.5
Alan Coopersmith (11): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Combine usage message array into single string Print which option was in error along with usage message Add -version option to print program version Make polygon info const - moves 22k from .data...