File: autogen.sh

package info (click to toggle)
reinteract 0.5.0-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,880 kB
  • ctags: 1,244
  • sloc: python: 9,276; sh: 3,883; xml: 780; objc: 311; makefile: 253; ansic: 201
file content (8 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

(cd $(dirname $0);
    touch ChangeLog NEWS &&
    autoreconf --install --symlink &&
    autoreconf &&
    ./configure --enable-maintainer-mode $@
)