File: autogen.sh

package info (click to toggle)
darkradiant 2.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,528 kB
  • sloc: cpp: 159,582; ansic: 14,762; sh: 4,664; python: 1,513; xml: 1,065; makefile: 995
file content (11 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
aclocal -I m4
# Use the glibtoolize command in OSX
case "$OSTYPE" in
  darwin*)  glibtoolize --force --copy ;; 
  *)        libtoolize --force --copy ;;
esac
autoheader
autoconf
automake --add-missing --copy --foreign