mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
294eff6021
* Greatly simplify and de-obfuscate the autogen and autoclean code. * Add a bunch of the autotools required files to the repository. This will give us consistency (a novel idea) across all builds, and allow for much more recent versions of config.guess and config.sub to be used.
7 lines
62 B
Bash
Executable File
7 lines
62 B
Bash
Executable File
#!/bin/sh -xu
|
|
|
|
aclocal
|
|
autoheader
|
|
automake --foreign
|
|
autoconf
|