Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5820 in orxonox.OLD


Ignore:
Timestamp:
Nov 29, 2005, 11:14:21 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: more stable autogen.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autogen.sh

    r5757 r5820  
    5555
    5656#aclocal $ACLOCAL_FLAGS -I ./m4 || exit;
    57 aclocal-1.9 || exit;
     57aclocal-1.9 || aclocal || exit;
    5858autoheader || exit;
    59 automake-1.9 --add-missing --copy;
     59automake-1.9 --add-missing --copy || automake --add-missing --copy;
    6060autoconf || exit;
    61 automake-1.9 || exit;
     61automake-1.9 || automake || exit;
    6262#./configure $@
Note: See TracChangeset for help on using the changeset viewer.