about summary refs log tree commit diff stats
path: root/bootstrap.sh
blob: 80624f20f88ba28b6e3a98e37806ff9ec0a434b2 (plain) (blame)
1
2
3
4
#!/bin/sh

mkdir -p m4
autoreconf -i "$@"
light .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<!-- Provide a descriptive summary of your changes in the title above -->

## Types of changes
<!-- Remove lines that don't apply -->
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)

## Description
<!-- Describe your changes in detail -->


## Motivation and context
<!-- Why is this change required? -->
<!-- What problem does it solve? -->
<!-- Link to relevant issue(s) -->


## Testing
<!-- What's your testing environment? -->
<!-- What tests have you run? -->
<!-- How does your changes affect other areas of the codebase? -->


## Screenshots/Video<!-- Only if relevant -->


## Checklist
<!-- Please go over all the following points -->
<!-- Replace [ ] with [X] when fulfilled -->
<!-- All [REQUIRED] requisites need to be fulfilled -->
- [ ] The **CONTRIBUTING** document has been read **[REQUIRED]**
- [ ] All changes follow the code style of this project **[REQUIRED]**
- [ ] All new and existing tests pass **[REQUIRED]**
- [ ] Changes require documentation to be updated
    - [ ] Documentation has been updated
- [ ] Changes require config files to be updated
    - [ ] Config files have been updated
- [ ] Changes require tests to be updated
    - [ ] Tests have been updated