mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
Going to Linux autoconf
This commit is contained in:
parent
dc9cf9f961
commit
b96e7850a6
7 changed files with 6 additions and 0 deletions
0
ChangeLog
Normal file
0
ChangeLog
Normal file
0
NEWS
Normal file
0
NEWS
Normal file
6
autogen.sh
Executable file
6
autogen.sh
Executable 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
0
linux/Makefile.am
Normal file
0
linux/autogen.sh
Normal file
0
linux/autogen.sh
Normal file
0
linux/configure.ac
Normal file
0
linux/configure.ac
Normal file
Loading…
Reference in a new issue