File: bootstrap

package info (click to toggle)
silly 0.1.0%2Bgit20140818.431c352-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 532 kB
  • sloc: cpp: 1,247; makefile: 79; ansic: 51; sh: 3
file content (6 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh

export WANT_AUTOMAKE='1.7'
export WANT_AUTOCONF_2_5=1

libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --include-deps --add-missing --foreign && autoconf