Changed some stuff to allow correct generation of po/Makefile after a
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 5 Jun 2001 16:13:41 +0000 (16:13 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 5 Jun 2001 16:13:41 +0000 (16:13 +0000)
make cvs-clean.

Makefile.am
configure.in

index 3046ad0..9547593 100644 (file)
@@ -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:
index 40a4308..00f1708 100644 (file)
@@ -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)