Gloups II
This commit is contained in:
parent
32dc719b96
commit
619bdcd3e8
|
@ -1 +1 @@
|
||||||
SUBDIRS = src doc
|
SUBDIRS = src man1 man3
|
||||||
|
|
|
@ -26,7 +26,7 @@ dnl Almost ten years since I wrote this stuff, I just can't
|
||||||
dnl believe it
|
dnl believe it
|
||||||
dnl Date : 01/02/2002
|
dnl Date : 01/02/2002
|
||||||
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
||||||
dnl $Id: configure.in,v 1.4 2002/03/20 10:29:37 ludo Exp $
|
dnl $Id: configure.in,v 1.5 2002/03/20 10:39:00 ludo Exp $
|
||||||
dnl
|
dnl
|
||||||
dnl
|
dnl
|
||||||
AC_INIT(src/aut.h)
|
AC_INIT(src/aut.h)
|
||||||
|
@ -42,6 +42,6 @@ AM_ALLIANCE
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
doc/man1/Makefile
|
man1/Makefile
|
||||||
doc/man3/Makefile
|
man3/Makefile
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue