History log of /lxc/autogen.sh
Revision Date Author Comments Expand
4082d0deb030b1b93ab8c0054c3f638252649084 26-Oct-2016 Stéphane Graber <stgraber@ubuntu.com>

Use libtool for liblxc.so This should allow proper filtering of build flags for libraries and make it easier to use PIE/PIC. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

e4399ab9ac6946ce734845f1083775368197349c 08-Feb-2014 Stéphane Graber <stgraber@ubuntu.com>

Whitespace fix Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77 03-Sep-2013 Stéphane Graber <stgraber@ubuntu.com>

licensing: Add missing headers and FSF address Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

autogen.sh doc/common_options.sgml.in doc/legacy/lxc-ls.sgml.in doc/lxc-attach.sgml.in doc/lxc-cgroup.sgml.in doc/lxc-checkconfig.sgml.in doc/lxc-checkpoint.sgml.in doc/lxc-clone.sgml.in doc/lxc-console.sgml.in doc/lxc-create.sgml.in doc/lxc-destroy.sgml.in doc/lxc-device.sgml.in doc/lxc-execute.sgml.in doc/lxc-freeze.sgml.in doc/lxc-info.sgml.in doc/lxc-kill.sgml.in doc/lxc-ls.sgml.in doc/lxc-monitor.sgml.in doc/lxc-netstat.sgml.in doc/lxc-ps.sgml.in doc/lxc-restart.sgml.in doc/lxc-start-ephemeral.sgml.in doc/lxc-start.sgml.in doc/lxc-stop.sgml.in doc/lxc-top.sgml.in doc/lxc-unfreeze.sgml.in doc/lxc-unshare.sgml.in doc/lxc-version.sgml.in doc/lxc-wait.sgml.in doc/lxc.conf.sgml.in doc/lxc.sgml.in doc/see_also.sgml.in hooks/mountcgroups hooks/mountecryptfsroot lxc.spec.in runapitests.sh src/include/getline.c src/include/getline.h src/include/lxcmntent.c src/include/lxcmntent.h src/include/openpty.c src/include/openpty.h src/lxc/af_unix.c src/lxc/af_unix.h src/lxc/apparmor.c src/lxc/apparmor.h src/lxc/arguments.c src/lxc/arguments.h src/lxc/attach.c src/lxc/attach.h src/lxc/attach_options.h src/lxc/bdev.c src/lxc/bdev.h src/lxc/caps.c src/lxc/caps.h src/lxc/cgroup.c src/lxc/cgroup.h src/lxc/checkpoint.c src/lxc/commands.c src/lxc/commands.h src/lxc/conf.c src/lxc/conf.h src/lxc/confile.c src/lxc/confile.h src/lxc/console.c src/lxc/console.h src/lxc/error.c src/lxc/error.h src/lxc/execute.c src/lxc/freezer.c src/lxc/genl.c src/lxc/genl.h src/lxc/legacy/lxc-ls.in src/lxc/list.c src/lxc/list.h src/lxc/log.c src/lxc/log.h src/lxc/lxc-destroy.in src/lxc/lxc-device src/lxc/lxc-ls src/lxc/lxc-netstat.in src/lxc/lxc-ps.in src/lxc/lxc-start-ephemeral.in src/lxc/lxc.functions.in src/lxc/lxc.h src/lxc/lxc_attach.c src/lxc/lxc_cgroup.c src/lxc/lxc_checkpoint.c src/lxc/lxc_config.c src/lxc/lxc_console.c src/lxc/lxc_execute.c src/lxc/lxc_freeze.c src/lxc/lxc_info.c src/lxc/lxc_init.c src/lxc/lxc_kill.c src/lxc/lxc_monitor.c src/lxc/lxc_monitord.c src/lxc/lxc_restart.c src/lxc/lxc_start.c src/lxc/lxc_stop.c src/lxc/lxc_unfreeze.c src/lxc/lxc_unshare.c src/lxc/lxc_usernsexec.c src/lxc/lxc_wait.c src/lxc/lxccontainer.h src/lxc/lxcseccomp.h src/lxc/lxcutmp.c src/lxc/lxcutmp.h src/lxc/mainloop.c src/lxc/mainloop.h src/lxc/monitor.c src/lxc/monitor.h src/lxc/namespace.c src/lxc/namespace.h src/lxc/network.c src/lxc/network.h src/lxc/nl.c src/lxc/nl.h src/lxc/parse.c src/lxc/parse.h src/lxc/restart.c src/lxc/rtnl.c src/lxc/rtnl.h src/lxc/seccomp.c src/lxc/start.c src/lxc/start.h src/lxc/state.c src/lxc/state.h src/lxc/sync.c src/lxc/sync.h src/lxc/utils.c src/lxc/utils.h src/lxc/version.c src/lxc/version.h src/python-lxc/examples/api_test.py src/python-lxc/examples/pyconsole-vte.py src/python-lxc/examples/pyconsole.py src/python-lxc/lxc.c src/python-lxc/lxc/__init__.py src/python-lxc/setup.py src/tests/lxc-test-usernic templates/lxc-altlinux.in templates/lxc-archlinux.in templates/lxc-busybox.in templates/lxc-debian.in templates/lxc-fedora.in templates/lxc-opensuse.in templates/lxc-oracle.in templates/lxc-sshd.in
5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2 22-Oct-2009 Cedric Le Goater <legoater@free.fr>

lxc: kill libtool This is useless in a Linux only environment. The .so version is the version of the package. Signed-off-by: Cedric Le Goater <clg@fr.ibm.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>

8db2cb8e0d1ee9e6edb0b5e9bd158c8789a5e5b6 26-Apr-2009 Daniel Lezcano <daniel.lezcano@free.fr>

remove m4 dir usage As the m4 directory is not used, remove the usage from the scripts. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>

ccf1319832ffeb8e07fcef9bfe67e96e283fead7 26-Apr-2009 Daniel Lezcano <daniel.lezcano@free.fr>

add aclocal include in makefile When auto-regen is done at the make time, eg. when the configure.in script has been modified, the configure is not correctly generated because the 'config' directory is missing for aclocal, and that makes the generation to fail due to the missing macros defined in config directory. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>

01f3fe315625c625abd28742cc7a604e75f44c02 24-Apr-2009 Daniel Lezcano <dlezcano@fr.ibm.com>

Setting execution permission for the file Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>

ba5b25827947a33ce615a177f0a2afb2798da60a 24-Apr-2009 Daniel Lezcano <daniel.lezcano@free.fr>

rename bootstrap to autogen.sh By convention the script calling the auto tools is named autogen.sh. I rename 'bootstrap' to 'autogen.sh' in order to stick to this convention. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Reported-by: Michael K Johnson <johnsonm@rpath.com>