- Updated CVS_CREATED to remove intl/ directory and some other
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 11 Feb 2001 11:50:09 +0000 (11:50 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 11 Feb 2001 11:50:09 +0000 (11:50 +0000)
  autogenerated files.
- Checked if all INCLUDES/LIBS/etc directives inherit the global variables.

Makefile.am
autogen.sh
lib/Makefile.am
src/Makefile.am

index a16fc0cbea357faeff8609cee01e4fa0d1d3a652..bda83a25d980e233ef82d8175c781c752f16e31a 100644 (file)
@@ -10,7 +10,8 @@ EXTRA_DIST = system.h ABOUT-NLS COPYING.README autogen.sh
 
 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
+ stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in.in \
+ po/tinc.pot src/.libs intl
 
 ChangeLog:
        rm -f ChangeLog
@@ -18,7 +19,7 @@ ChangeLog:
 
 cvs-clean: maintainer-clean
        for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
-         rm -f "$$f"; \
+         rm -Rf "$$f"; \
        done
 
 deb:
index 9e3c04523f94134ab5bdb59b4df01b34b0f80efd..344fbfa09b37504fdfa277658378f173bec370af 100644 (file)
@@ -70,9 +70,6 @@ if test "$DIE" -eq 1; then
   exit 1
 fi
 
-# Make sure configure doesn't complain about old configuration
-rm -f config.status
-
 if test -z "$*"; then
   echo "**Warning**: I am going to run \`configure' with no arguments."
   echo "If you wish to pass any to it, please specify them on the"
index f7f2798a65c57ae36ae3245540d88398f8c07b82..aa4d55a391ee623a9cdf16e49c992a324129b1b8 100644 (file)
@@ -1,9 +1,9 @@
 ## Process this file with automake to produce Makefile.in
-# $Id: Makefile.am,v 1.2.4.6 2001/01/05 23:50:55 guus Exp $
+# $Id: Makefile.am,v 1.2.4.7 2001/02/11 11:50:09 guus Exp $
 
 noinst_LIBRARIES = libvpn.a
 
-INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/intl
+INCLUDES = @INCLUDES@ -I. -I$(top_builddir) -I$(top_srcdir)/intl
 
 libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c getopt.c getopt1.c list.c avl_tree.c dropin.c
 
index 27a891e1350c296a98cfff11e88f2357e12d1aa5..1f6b44bc6c5db1741ad77ef594bc2bb9d2a5a00c 100644 (file)
@@ -1,12 +1,12 @@
 ## Produce this file with automake to get Makefile.in
-# $Id: Makefile.am,v 1.4.4.11 2000/12/22 17:15:26 zarq Exp $
+# $Id: Makefile.am,v 1.4.4.12 2001/02/11 11:50:09 guus Exp $
 
 sbin_PROGRAMS = tincd
 
 tincd_SOURCES = conf.c connection.c meta.c net.c netutl.c process.c    \
        protocol.c subnet.c tincd.c
 
-INCLUDES = -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/intl
+INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/intl
 
 noinst_HEADERS = conf.h connection.h meta.h net.h netutl.h process.h   \
        protocol.h subnet.h