File: autogen.sh

package info (click to toggle)
meep 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 26,468 kB
  • sloc: cpp: 27,370; python: 10,574; lisp: 1,213; makefile: 438; sh: 28
file content (8 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
#!/bin/sh

# paranoia: sometimes autoconf doesn't get things right the first time
autoreconf --verbose --install --symlink --force
autoreconf --verbose --install --symlink --force
autoreconf --verbose --install --symlink --force

./configure --enable-maintainer-mode "$@"