Changed some stuff to allow correct generation of po/Makefile after a
make cvs-clean.
This commit is contained in:
parent
4f9dad0972
commit
92924e8482
2 changed files with 12 additions and 5 deletions
15
configure.in
15
configure.in
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
dnl $Id: configure.in,v 1.13.2.31 2001/05/26 09:35:00 zarq Exp $
|
||||
dnl $Id: configure.in,v 1.13.2.32 2001/06/05 16:13:41 guus Exp $
|
||||
|
||||
AC_INIT(src/tincd.c)
|
||||
AM_INIT_AUTOMAKE(tinc, 1.0-cvs)
|
||||
|
@ -93,6 +93,13 @@ AC_ARG_ENABLE(tracing,
|
|||
|
||||
AC_SUBST(INCLUDES)
|
||||
|
||||
AC_OUTPUT([Makefile src/Makefile
|
||||
doc/Makefile doc/es/Makefile intl/Makefile lib/Makefile
|
||||
m4/Makefile po/Makefile.in redhat/Makefile debian/Makefile])
|
||||
AC_OUTPUT(Makefile
|
||||
src/Makefile
|
||||
doc/Makefile
|
||||
doc/es/Makefile
|
||||
intl/Makefile
|
||||
lib/Makefile
|
||||
m4/Makefile
|
||||
po/Makefile.in
|
||||
redhat/Makefile
|
||||
debian/Makefile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue