Changeset 76ee648c in rtems


Ignore:
Timestamp:
07/01/99 18:55:29 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a8b90ee
Parents:
b0b84ad
Message:

Patch from Ralf Corsepius to enhance autogen's behavior.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • autogen

    rb0b84ad r76ee648c  
    7070    aclocal -I $aclocal_dir;
    7171    autoconf;
    72     test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;
    7372    test -f Makefile.am && automake $verbose ;
     73    test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;
     74    test -f Makefile.am && test -n "`grep 'stamp-h\.in' Makefile.in`" \
     75      && echo timestamp > stamp-h.in
    7476  )
    7577  done
     
    104106  find . -name 'config.status' -print | xargs rm -f
    105107  find . -name 'config.log' -print | xargs rm -f
     108  find . -name 'config.cache' -print | xargs rm -f
    106109  find . -name '.deps' -print | xargs rm -rf
     110  find . -name '.libs' -print | xargs rm -rf
     111  find . -name 'stamp-h.in' | xargs rm -rf
    107112  ;;
    108113esac
Note: See TracChangeset for help on using the changeset viewer.