New.
This commit is contained in:
parent
5025a4ed4c
commit
1c62c3bbf6
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-28 Philip Blundell <philb@gnu.org>
|
||||||
|
|
||||||
|
* autogen.sh: New.
|
||||||
|
|
||||||
2004-03-25 Philip Blundell <philb@gnu.org>
|
2004-03-25 Philip Blundell <philb@gnu.org>
|
||||||
|
|
||||||
Autotoolized:
|
Autotoolized:
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
autoreconf -v --install || exit 1
|
||||||
|
./configure "$@"
|
Loading…
Reference in New Issue