File: autogen.sh

package info (click to toggle)
maelstrom 1.4.3-L3.0.6%2Bmain-8
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,364 kB
  • ctags: 2,284
  • sloc: cpp: 10,822; ansic: 2,779; sh: 2,680; makefile: 196
file content (8 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
#!/bin/sh
#
aclocal
automake --foreign
autoconf

#./configure $*
echo "Now you are ready to run ./configure"