~ubuntu-branches/ubuntu/trusty/ldm/trusty-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2009-12-14 11:35:12 UTC
  • mfrom: (3.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20091214113512-njyp6vwy2gtnxzrt
Tags: 2:2.0.52-1
* New upstream version: 
  - Force poweroff and reboot instead of going through init.
  - Provide a way to reboot or halt from within the session.
  - ldm-dialog:
    + Set the root cursor.
    + Do not display in taskbar.
    + Default to empty title.
    + Make the window not resizable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2168
2168
 
2169
2169
 
2170
2170
PACKAGE=ldm
2171
 
VERSION=2.0.48
 
2171
VERSION=2.0.52
2172
2172
AUTHOR=sbalneav@ltsp.org
2173
2173
 
2174
2174
am__api_version='1.11'
5882
5882
 
5883
5883
 
5884
5884
 
5885
 
ac_config_files="$ac_config_files Makefile src/Makefile share/Makefile man/Makefile po/Makefile.in gtkgreet/Makefile misc/Makefile themes/Makefile screen.d/Makefile rc.d/Makefile share/ldm-script po/rc.d/Makefile.in po/rc.d/Makefile"
 
5885
ac_config_files="$ac_config_files Makefile src/Makefile share/Makefile man/Makefile po/Makefile.in gtkgreet/Makefile misc/Makefile themes/Makefile screen.d/Makefile rc.d/Makefile share/ldm-script po/rc.d/Makefile.in po/rc.d/Makefile po/ltsp-cluster-info/Makefile.in po/ltsp-cluster-info/Makefile"
5886
5886
 
5887
5887
cat >confcache <<\_ACEOF
5888
5888
# This file is a shell script that caches the results of configure
6615
6615
    "share/ldm-script") CONFIG_FILES="$CONFIG_FILES share/ldm-script" ;;
6616
6616
    "po/rc.d/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/rc.d/Makefile.in" ;;
6617
6617
    "po/rc.d/Makefile") CONFIG_FILES="$CONFIG_FILES po/rc.d/Makefile" ;;
 
6618
    "po/ltsp-cluster-info/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/ltsp-cluster-info/Makefile.in" ;;
 
6619
    "po/ltsp-cluster-info/Makefile") CONFIG_FILES="$CONFIG_FILES po/ltsp-cluster-info/Makefile" ;;
6618
6620
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
6619
6621
 
6620
6622
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;