File: bootstrap

package info (click to toggle)
staden-io-lib 1.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 3,760 kB
  • ctags: 1,836
  • sloc: ansic: 22,879; sh: 8,934; makefile: 212
file content (11 lines) | stat: -rwxr-xr-x 513 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# If this doesn't work, you may wish to try running "autoreconf" instead.

set -x
rm -rf install-sh missing mkinstalldirs depcomp aclocal.m4 config.cache config.log config.status configure autom4te.cache io_lib_config.h.in config.sub config.guess Makefile.in progs/Makefile.in progs/Makefile read/Makefile.in read/Makefile tests/Makefile tests/Makefile.in dependencies io_lib-config
libtoolize --force --copy && \
aclocal -I . && \
autoheader && \
automake --foreign --add-missing --copy && \
autoconf