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.

8 lines
260 B

  1. # avoid shared files with autoconf
  2. datadir="$root/$prefix/share/autoconf213"
  3. # rename programs
  4. var_append extraconfopt ' ' '--program-suffix=-213'
  5. # rename info files
  6. var_append INSTALL_WRAPPER_FILTER '|' 'sed -e "s,\(.*/info/autoconf\)\.info,\1-213.info,"'