File: autogen.sh

package info (click to toggle)
erofs-utils 1.9-1
  • links: PTS
  • area: main
  • in suites:
  • size: 1,392 kB
  • sloc: ansic: 28,406; makefile: 202; sh: 33
file content (9 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0+

aclocal && \
autoheader && \
autoconf && \
case `uname` in Darwin*) glibtoolize --copy ;; \
  *) libtoolize --copy ;; esac && \
automake -a -c