File: autogen.sh

package info (click to toggle)
dieharder 2.24.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,648 kB
  • ctags: 1,470
  • sloc: ansic: 8,146; sh: 5,826; makefile: 411; perl: 73; lisp: 23; php: 2
file content (19 lines) | stat: -rwxr-xr-x 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

# Run this to generate all the auto-generated files needed by the GNU
# configure program

# libtoolize --automake

autoheader
aclocal
rm -f Makefile Makefile.in dieharder/Makefile dieharder/Makefile.in \
   libdieharder/Makefile libdieharder/Makefile.in
automake --add-missing --gnu
autoconf

# Might as well run this
./configure --prefix=/usr
echo "./configure --prefix=/usr completed.  Rerun with different"
echo "--prefix if you want to put it someplace else.  Otherwise"
echo "you should be able to make, make install, or make rpm."