Going to Linux autoconf

This commit is contained in:
Louis Rubet 2014-02-12 10:00:24 +01:00
parent dc9cf9f961
commit b96e7850a6
7 changed files with 6 additions and 0 deletions

0
ChangeLog Normal file
View file

0
NEWS Normal file
View file

6
autogen.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh -e
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"

0
linux/Makefile.am Normal file
View file

0
linux/autogen.sh Normal file
View file

0
linux/configure.ac Normal file
View file