mirror of the now-defunct rocklinux.org
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.

11 lines
204 B

  1. libmikmod_preconf(){
  2. set +e
  3. libtoolize --force --automake
  4. aclocal$automakever | true
  5. if grep AM_INIT_AUTOMAKE configure.[ia][nc]
  6. then automake$automakever
  7. fi
  8. autoconf
  9. }
  10. preconf=libmikmod_preconf