~ubuntu-branches/ubuntu/karmic/grace/karmic

« back to all changes in this revision

Viewing changes to ac-tools/aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Ionut Georgescu
  • Date: 2006-11-12 17:58:47 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175847-pwerjj6k1smuwp6f
Tags: 1:5.1.20-5
Fix a bug in grace-thumbnailer which makes it write the thumbnail to
stdout instead of the destination supplied by nautilus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
[
308
308
  AC_REQUIRE([AC_PATH_XTRA])
309
309
  AC_ARG_WITH(motif_library,
310
 
  [  --with-motif-library=OBJ     use OBJ as Motif library [-lXm]],
 
310
  [  --with-motif-library=OBJ     use OBJ as Motif library [[-lXm]]],
311
311
  motif_library="$withval")
312
312
  if test "x$motif_library" = "x"
313
313
  then
448
448
AC_DEFUN(ACX_CHECK_ZLIB,
449
449
[
450
450
  AC_ARG_WITH(zlib_library,
451
 
  [  --with-zlib-library=OBJ      use OBJ as ZLIB library [-lz]],
 
451
  [  --with-zlib-library=OBJ      use OBJ as ZLIB library [[-lz]]],
452
452
  zlib_library="$withval")
453
453
  if test "x$zlib_library" = "x"
454
454
  then
497
497
AC_DEFUN(ACX_CHECK_JPEG,
498
498
[
499
499
  AC_ARG_WITH(jpeg_library,
500
 
  [  --with-jpeg-library=OBJ      use OBJ as JPEG library [-ljpeg]],
 
500
  [  --with-jpeg-library=OBJ      use OBJ as JPEG library [[-ljpeg]]],
501
501
  jpeg_library="$withval")
502
502
  if test "x$jpeg_library" = "x"
503
503
  then
544
544
AC_DEFUN(ACX_CHECK_PNG,
545
545
[
546
546
  AC_ARG_WITH(png_library,
547
 
  [  --with-png-library=OBJ       use OBJ as PNG library [-lpng]],
 
547
  [  --with-png-library=OBJ       use OBJ as PNG library [[-lpng]]],
548
548
  png_library="$withval")
549
549
  if test "x$png_library" = "x"
550
550
  then
593
593
AC_DEFUN(ACX_CHECK_PDFLIB,
594
594
[
595
595
  AC_ARG_WITH(pdf_library,
596
 
  [  --with-pdf-library=OBJ       use OBJ as PDFlib library [-lpdf]],
 
596
  [  --with-pdf-library=OBJ       use OBJ as PDFlib library [[-lpdf]]],
597
597
  pdf_library="$withval")
598
598
  if test "x$pdf_library" = "x"
599
599
  then
643
643
AC_DEFUN(ACX_CHECK_NETCDF,
644
644
[
645
645
  AC_ARG_WITH(netcdf_libraries,
646
 
  [  --with-netcdf-libraries=OBJ  use OBJ as netCDF libraries [-lnetcdf]],
 
646
  [  --with-netcdf-libraries=OBJ  use OBJ as netCDF libraries [[-lnetcdf]]],
647
647
  netcdf_libraries="$withval")
648
648
  if test "x$netcdf_libraries" = "x"
649
649
  then
690
690
AC_DEFUN(ACX_CHECK_FFTW,
691
691
[
692
692
  AC_ARG_WITH(fftw_library,
693
 
  [  --with-fftw-library=OBJ      use OBJ as FFTW library [-lfftw]],
 
693
  [  --with-fftw-library=OBJ      use OBJ as FFTW library [[-lfftw]]],
694
694
  fftw_library="$withval")
695
695
  if test "x$fftw_library" = "x"
696
696
  then
736
736
AC_DEFUN(ACX_CHECK_XMHTML,
737
737
[
738
738
  AC_ARG_WITH(xmhtml_library,
739
 
  [  --with-xmhtml-library=OBJ    use OBJ as XmHTML library [-lXmHTML]],
 
739
  [  --with-xmhtml-library=OBJ    use OBJ as XmHTML library [[-lXmHTML]]],
740
740
  xmhtml_library="$withval")
741
741
  if test "x$xmhtml_library" = "x"
742
742
  then