File: autogen.sh

package info (click to toggle)
snapraid 13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,656 kB
  • sloc: ansic: 46,018; makefile: 1,004; sh: 154
file content (10 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
echo "Generating build information using autoreconf"

# All is done by autoreconf
autoreconf -f -i

# Run configure for this platform
echo "Now you are ready to run ./configure"