~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to auxdir/x_ac_readline.m4

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##*****************************************************************************
2
 
## $Id: x_ac_readline.m4 8192 2006-05-25 00:15:05Z morrone $
 
2
## $Id: x_ac_readline.m4 17615 2009-05-27 21:17:29Z jette $
3
3
##*****************************************************************************
4
4
#  AUTHOR:
5
5
#    Jim Garlick <garlick@llnl.gov>
39
39
        #include <readline/history.h>]], [[
40
40
        char *line = readline("in:");]])],[AC_DEFINE([HAVE_READLINE], [1], 
41
41
                 [Define if you are compiling with readline.])],[READLINE_LIBS=""])
42
 
    LIBS="$savedLIBS"
 
42
    LIBS="$saved_LIBS"
43
43
  fi
44
44
  AC_SUBST(READLINE_LIBS)
45
45
])