aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-11-20Made some PIN pads work.Werner Koch1-0/+48
Some cleanups for 64 bit CPUs.
2006-10-17Pth tweaks and improved estream.cWerner Koch1-1/+1
2006-09-15Allow for a global trustlist.Werner Koch1-1/+1
2006-09-13Various fixes and new features.Werner Koch1-25/+17
Enhanced gpg-connect-agent.
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch1-2/+2
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch1-1/+2
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
2004-12-18* configure.ac (AH_BOTTOM): Define EXEEXT_S.Werner Koch1-48/+50
* autogen.sh: Updated --build-w32 feature. * gpg-agent.c (main): Remove special Pth initialize. * w32-pth.c (pth_init): Reverse return values. Use TRUE and FALSE constants. (pth_kill, pth_mutex_acquire, pth_attr_set, pth_join, pth_cancel): Ditto. * scdaemon.c (main) [W32]: Remove special Pth initialize..
2004-04-192004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann1-2/+2
* autogen.sh: Added ACLOCAL_FLAGS.
2004-02-12Removed cruft from debugging.Werner Koch1-1/+0
2004-02-12* am/cmacros.am: New.Werner Koch1-1/+3
* configure.ac: Removed the need for g10defs.h. Reworked the --with-foo-pgm stuff. * autogen.sh (check_version): Removed bashism and simplified. * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for a bad opensc-config.
2003-12-09* configure.ac: Add a min_automake_version.Werner Koch1-89/+86
* README.CVS: New. * autogen.sh: Revamped except for the --build-w32 hack. * Makefile.am: Add README.CVS
2003-04-29* configure.ac (ALL_LINUGAS): Removed.Werner Koch1-4/+4
* Makefile.am (ACLOCAL_AMFLAGS): New. * configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5.
2002-10-19Merged Top directory of NewPG with GnuPG.Werner Koch1-2/+160
2002-06-29Update head to match stable 1.0David Shaw1-0/+5