File: autogen.sh

package info (click to toggle)
nvclock 0.8b4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,508 kB
  • ctags: 1,662
  • sloc: ansic: 24,428; cpp: 797; makefile: 286; sh: 197
file content (17 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

echo "#undef VERSION" > config.h.in

#Gentoo (1.6x?) contains a buggy version of aclocal which results
#in missing macros for the configure script like:
#>./configure: line 533: syntax error near unexpected token `config.h'
#>./configure: line 533: `AM_CONFIG_HEADER(config.h)'
if [ -e /etc/gentoo-release ]
then
    cp acinclude.m4 aclocal.m4
fi

aclocal
autoheader
autoconf