~ubuntu-desktop/libpam-freerdp/ubuntu

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ted Gould
  • Date: 2012-08-21 23:47:16 UTC
  • mfrom: (1.3.4)
  • Revision ID: ted@gould.cx-20120821234716-x8vy8isbkwbw3ars
* New upstream release.
  * Now with auth helper!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([libpam-freerdp], [0.1.0])
 
1
AC_INIT([libpam-freerdp], [0.2.0])
2
2
AC_CONFIG_HEADERS([config.h])
3
3
 
4
4
AM_INIT_AUTOMAKE([1.11 -Wno-portability])
20
20
fi
21
21
 
22
22
###########################
 
23
# FreeRDP
 
24
###########################
 
25
 
 
26
PKG_CHECK_MODULES(FREERDP, freerdp)
 
27
 
 
28
###########################
23
29
# Local Install
24
30
###########################
25
31