~ubuntu-branches/debian/sid/xscreensaver/sid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Tormod Volden, Tormod Volden, Jose Luis Rivas
  • Date: 2011-10-06 23:12:30 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20111006231230-8wtr3x35zhy02xew
Tags: 5.15-1
[ Tormod Volden ]
* New upstream version 5.15
  - New hacks: hilbert, companioncube and tronbit
  - Turned on LC_CTYPE on Linux (LP: #671923)
* debian/rules: Add build-arch and build-indep targets

[ Jose Luis Rivas ]
* postrm: Kill xscreensaver after removal (Closes: #558024)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2829
2829
      AC_MSG_RESULT(adding "$osx_crud" to GL_LIBS)
2830
2830
      GL_LIBS="$GL_LIBS $osx_crud"
2831
2831
      unset osx_crud
 
2832
 
 
2833
      # New lossage in 10.6.8: we can't allow -L/opt/local/lib to be in the
 
2834
      # link line, or at runtime XQueryExtension gets a segv due to some kind
 
2835
      # of library version skew.  Libs must come from /usr/X11/lib even if
 
2836
      # $prefix and/or $exec_prefix are set to /opt/local/.
 
2837
      #
 
2838
      AC_MSG_RESULT(omitting "$libdir" from LDFLAGS)
 
2839
      libdir=''
 
2840
 
2832
2841
    fi
2833
2842
 
2834
2843
 
3506
3515
      "/usr/share/doc/xserver-common/copyright"    \
3507
3516
      "/usr/share/doc/xserver-xorg-core/copyright" \
3508
3517
      "/usr/X11R6/README"                          \
 
3518
      "/usr/share/doc/libX11*/COPYING"             \
 
3519
      "/usr/X11/share/X11/doc/README*"             \
3509
3520
      "/usr/share/doc/debian/debian-manifesto"     \
3510
3521
    ; do
3511
3522
      if test -z "$with_textfile"; then
3512
3523
        AC_MSG_CHECKING([for text file $f])
 
3524
        f=`/bin/ls $f 2>&- | head -1`
3513
3525
        if test -f "$f" ; then
3514
3526
          AC_MSG_RESULT(yes)
3515
3527
          with_textfile="$f"