* AUTHORS: New file.
* configure.ac (AM_INIT_AUTOMAKE): Remove `foreign' option.
This commit is contained in:
parent
43a91a152a
commit
ea8a5782e2
4 changed files with 9 additions and 1 deletions
4
AUTHORS
Normal file
4
AUTHORS
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
Have contributed to Spot:
|
||||||
|
|
||||||
|
Alexandre Duret-Lutz
|
||||||
|
Rachid Rebiha
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
2003-11-21 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2003-11-21 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* AUTHORS: New file.
|
||||||
|
* configure.ac (AM_INIT_AUTOMAKE): Remove `foreign' option.
|
||||||
|
|
||||||
* COPYING: New file.
|
* COPYING: New file.
|
||||||
* Makefile.am, configure.ac, doc/Makefile.am, iface/Makefile.am,
|
* Makefile.am, configure.ac, doc/Makefile.am, iface/Makefile.am,
|
||||||
iface/gspn/Makefile.am, iface/gspn/common.cc,
|
iface/gspn/Makefile.am, iface/gspn/common.cc,
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
AC_PREREQ([2.57])
|
AC_PREREQ([2.57])
|
||||||
AC_INIT([spot], [0.0k])
|
AC_INIT([spot], [0.0k])
|
||||||
AC_CONFIG_AUX_DIR([tools])
|
AC_CONFIG_AUX_DIR([tools])
|
||||||
AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])
|
AM_INIT_AUTOMAKE([nostdinc check-news 1.7.3])
|
||||||
|
|
||||||
adl_ENABLE_DEVEL
|
adl_ENABLE_DEVEL
|
||||||
adl_CHECK_PYTHON
|
adl_CHECK_PYTHON
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,4 @@ py-compile
|
||||||
config.guess
|
config.guess
|
||||||
config.sub
|
config.sub
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue