diff --git a/ChangeLog b/ChangeLog index ee2657a36..c0f7db2c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-05-03 David Shaw + * configure.ac: In g10defs.h, use \ for the directory separator + when HAVE_DOSISH_SYSTEM is on. + * configure.ac: Add --disable-exec flag to disable all remote program execution. --disable-exec implies --disable-ldap and --disable-mailto. Also look in /usr/lib for sendmail. If diff --git a/configure.ac b/configure.ac index f645ef9ff..d5979cb6c 100644 --- a/configure.ac +++ b/configure.ac @@ -860,6 +860,8 @@ if test "$GCC" = yes; then fi fi +# Note the \\\\ for backslashes. Autoconf eats one layer, leaving \\ + AC_CONFIG_COMMANDS(g10defs.h,[[ cat >g10defs.tmp <g10defs.tmp <>g10defs.tmp if cmp -s g10defs.h g10defs.tmp 2>/dev/null; then