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
|
@ -10,7 +10,7 @@ EXTRA_DIST = system.h ABOUT-NLS COPYING.README
|
|||
|
||||
CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
|
||||
config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \
|
||||
stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in.in \
|
||||
stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in \
|
||||
po/tinc.pot src/.libs intl
|
||||
|
||||
ChangeLog:
|
||||
|
|
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…
Reference in a new issue