You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
313 B

  1. aclocal \
  2. && autoheader \
  3. && automake --foreign --add-missing --copy \
  4. && autoconf
  5. # AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode
  6. # otherwise the documentation will fail to build due to missing version.texi
  7. echo "Bootstrap complete; you can './configure --enable-maintainer-mode ....'"