/[rdesktop]/sourceforge.net/trunk/rdesktop/configure.ac
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 908 by stargo, Mon Jun 6 14:14:45 2005 UTC revision 1251 by astrand, Wed Sep 13 12:10:14 2006 UTC
# Line 1  Line 1 
1  AC_INIT(rdesktop, 1.4.1)  AC_INIT(rdesktop, 1.5.0)
2    
3  AC_CONFIG_SRCDIR([rdesktop.c])  AC_CONFIG_SRCDIR([rdesktop.c])
4    
# Line 23  AC_CHECK_HEADER(sys/strtio.h, AC_DEFINE( Line 23  AC_CHECK_HEADER(sys/strtio.h, AC_DEFINE(
23  AC_CHECK_HEADER(locale.h, AC_DEFINE(HAVE_LOCALE_H))  AC_CHECK_HEADER(locale.h, AC_DEFINE(HAVE_LOCALE_H))
24  AC_CHECK_HEADER(langinfo.h, AC_DEFINE(HAVE_LANGINFO_H))  AC_CHECK_HEADER(langinfo.h, AC_DEFINE(HAVE_LANGINFO_H))
25    
26    AC_CHECK_TOOL(STRIP, strip, :)
27    
28  rpath=""  rpath=""
29    
30  #  #
# Line 619  AC_CHECK_MEMBERS([struct statvfs.f_namem Line 621  AC_CHECK_MEMBERS([struct statvfs.f_namem
621  AC_CHECK_MEMBERS([struct statfs.f_namelen],,,[$statxfs_includes])  AC_CHECK_MEMBERS([struct statfs.f_namelen],,,[$statxfs_includes])
622  AC_CHECK_MEMBERS([struct statvfs.f_namelen],,,[$statxfs_includes])  AC_CHECK_MEMBERS([struct statvfs.f_namelen],,,[$statxfs_includes])
623    
624    #
625    # Large file support
626    #
627    AC_SYS_LARGEFILE
628    
629    #
630  # mntent  # mntent
631  #  #
632  AC_CHECK_HEADER(mntent.h, AC_DEFINE(HAVE_MNTENT_H))  AC_CHECK_HEADER(mntent.h, AC_DEFINE(HAVE_MNTENT_H))
# Line 677  AC_ARG_WITH(debug-clipboard, Line 684  AC_ARG_WITH(debug-clipboard,
684          fi          fi
685      ])      ])
686    
687    AC_ARG_WITH(debug-channel,
688        [  --with-debug-channel  enable debugging of virtual channel code],
689        [
690            if test $withval != "no";
691            then
692                AC_DEFINE(WITH_DEBUG_CHANNEL,1)
693            fi
694        ])
695    
696    
697  #  #
698  # target-specific stuff  # target-specific stuff

Legend:
Removed from v.908  
changed lines
  Added in v.1251

  ViewVC Help
Powered by ViewVC 1.1.26