Changeset ec6968b in rtems
- Timestamp:
- 06/14/00 17:15:18 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6f93bb4
- Parents:
- c63a5cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrap
rc63a5cf rec6968b 64 64 65 65 case $top_srcdir in 66 /* ) aclocal_dir=$top_srcdir /aclocal66 /* ) aclocal_dir=$top_srcdir 67 67 ;; 68 *) aclocal_dir=`pwd`/$top_srcdir /aclocal68 *) aclocal_dir=`pwd`/$top_srcdir 69 69 ;; 70 70 esac … … 75 75 ( test "$quiet" = "true" || echo "$dir"; 76 76 cd $dir; 77 aclocal -I $aclocal_dir; 77 pat="s,\$(RTEMS_TOPdir),${aclocal_dir},g" 78 aclocal_args=`grep '^[ ]*ACLOCAL_AMFLAGS' Makefile.am | \ 79 sed -e 's%.*ACLOCAL_AMFLAGS.*\=[ ]*%%g' -e $pat ` ; 80 test "$verbose" = "-v" && echo "aclocal $aclocal_args" 81 aclocal $aclocal_args; 78 82 autoconf; 79 83 test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;
Note: See TracChangeset
for help on using the changeset viewer.