~ubuntu-branches/ubuntu/dapper/evolution-data-server/dapper-updates

« back to all changes in this revision

Viewing changes to calendar/ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-02-27 22:17:31 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060227221731-8qmgp0o0d2ooncle
Tags: 1.5.92-0ubuntu1
* New upstream version
* debian/patches/01_weather_calendar_fix.patch:
  - fixed with the new version
* debian/patches/04_external_libdb_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
PROGRAM=ltmain.sh
45
45
PACKAGE=libtool
46
 
VERSION=1.5.16
47
 
TIMESTAMP=" (1.1220.2.234 2005/04/24 17:45:58)"
 
46
VERSION=1.5.18
 
47
TIMESTAMP=" (1.1220.2.245 2005/05/16 08:55:27)"
48
48
 
49
49
# See if we are running on zsh, and set the options which allow our
50
50
# commands through without removal of \ escapes.
1357
1357
          ;;
1358
1358
        darwin_framework)
1359
1359
          compiler_flags="$compiler_flags $arg"
 
1360
          compile_command="$compile_command $arg"
 
1361
          finalize_command="$finalize_command $arg"
1360
1362
          prev=
1361
1363
          continue
1362
1364
          ;;
1421
1423
      -framework)
1422
1424
        prev=darwin_framework
1423
1425
        compiler_flags="$compiler_flags $arg"
 
1426
        compile_command="$compile_command $arg"
 
1427
        finalize_command="$finalize_command $arg"
1424
1428
        continue
1425
1429
        ;;
1426
1430