Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
8db2cb8e
Commit
8db2cb8e
authored
Apr 26, 2009
by
Daniel Lezcano
Committed by
Daniel Lezcano
Apr 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
ccf13198
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
autogen.sh
autogen.sh
+1
-2
configure.in
configure.in
+0
-1
No files found.
autogen.sh
View file @
8db2cb8e
...
...
@@ -3,9 +3,8 @@
set
-x
test
-d
autom4te.cache
&&
rm
-rf
autom4te.cache
test
-d
m4
||
mkdir
m4
libtoolize
--force
--copy
aclocal
-I
m4
-I
config
||
exit
1
aclocal
-I
config
||
exit
1
autoheader
||
exit
1
autoconf
||
exit
1
automake
--add-missing
--copy
||
exit
1
configure.in
View file @
8db2cb8e
...
...
@@ -4,7 +4,6 @@
AC_INIT([lxc], [0.6.2])
AC_CONFIG_SRCDIR([configure.in])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
AM_CONFIG_HEADER([src/config.h])
AM_INIT_AUTOMAKE([-Wno-portability])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment