From 8e100cef8baf6b92ce4ced8b734e56e2e0aa691d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 28 Nov 2012 18:29:57 -0500 Subject: [PATCH] lxc-ubuntu: Rename from lxc-ubuntu.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lxc-ubuntu no longer uses any build time variables, therefore it can now be simply copied to the target without any autoconf magic. Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- configure.ac | 1 - templates/{lxc-ubuntu.in => lxc-ubuntu} | 0 2 files changed, 1 deletion(-) rename templates/{lxc-ubuntu.in => lxc-ubuntu} (100%) diff --git a/configure.ac b/configure.ac index b6fa36537..bb8c18882 100644 --- a/configure.ac +++ b/configure.ac @@ -244,7 +244,6 @@ AC_CONFIG_FILES([ templates/Makefile templates/lxc-lenny templates/lxc-debian - templates/lxc-ubuntu templates/lxc-ubuntu-cloud templates/lxc-opensuse templates/lxc-busybox diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu similarity index 100% rename from templates/lxc-ubuntu.in rename to templates/lxc-ubuntu