/[monit]/monit/autogen.sh
ViewVC logotype

Diff of /monit/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chopp, Mon Aug 26 16:28:39 2002 UTC revision 1.2 by rory, Mon Dec 9 21:56:01 2002 UTC
# Line 45  autoconf Line 45  autoconf
45  conf_flags="--enable-compile-warnings"  conf_flags="--enable-compile-warnings"
46  if test x$NOCONFIGURE = x; then  if test x$NOCONFIGURE = x; then
47          echo Running $srcdir/configure $conf_flags "$@" ...          echo Running $srcdir/configure $conf_flags "$@" ...
48            [ ! -x $srcdir/configure ] && chmod 755 $srcdir/configure
49          $srcdir/configure $conf_flags "$@" \          $srcdir/configure $conf_flags "$@" \
50          && echo Now type \`make\' to compile || exit 1          && echo Now type \`make\' to compile || exit 1
51  else  else

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26