IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13916


Ignore:
Timestamp:
Jun 20, 2007, 3:44:08 AM (19 years ago)
Author:
eugene
Message:

add --no-configure to autogen run

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ipp-2-1/psconfig/psdist

    r13674 r13916  
    220220        chdir $cvsname[$i];
    221221
    222         vsystem ("./autogen.sh");
     222        vsystem ("./autogen.sh --no-configure");
    223223        if ($status) { die "error running autogen.sh"; }
    224224
    225         vsystem ("make distclean");
    226         if ($status) { die "error running make distclean"; }
     225#       vsystem ("make distclean");
     226#       if ($status) { die "error running make distclean"; }
    227227        chdir "..";
    228228    }
  • trunk/psconfig/psdist

    r13674 r13916  
    220220        chdir $cvsname[$i];
    221221
    222         vsystem ("./autogen.sh");
     222        vsystem ("./autogen.sh --no-configure");
    223223        if ($status) { die "error running autogen.sh"; }
    224224
    225         vsystem ("make distclean");
    226         if ($status) { die "error running make distclean"; }
     225#       vsystem ("make distclean");
     226#       if ($status) { die "error running make distclean"; }
    227227        chdir "..";
    228228    }
Note: See TracChangeset for help on using the changeset viewer.