mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
6 lines
165 B
Bash
Executable File
6 lines
165 B
Bash
Executable File
#! /bin/sh
|
|
# a quick hack script to generate necessary files from
|
|
# auto* tools.
|
|
|
|
libtoolize -c -f && aclocal && autoheader && automake --foreign -a -c && autoconf
|