Changeset 76ee648c in rtems
- Timestamp:
- 07/01/99 18:55:29 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a8b90ee
- Parents:
- b0b84ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
autogen
rb0b84ad r76ee648c 70 70 aclocal -I $aclocal_dir; 71 71 autoconf; 72 test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;73 72 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 74 76 ) 75 77 done … … 104 106 find . -name 'config.status' -print | xargs rm -f 105 107 find . -name 'config.log' -print | xargs rm -f 108 find . -name 'config.cache' -print | xargs rm -f 106 109 find . -name '.deps' -print | xargs rm -rf 110 find . -name '.libs' -print | xargs rm -rf 111 find . -name 'stamp-h.in' | xargs rm -rf 107 112 ;; 108 113 esac
Note: See TracChangeset
for help on using the changeset viewer.