summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2011-05-13 11:05:49 -0500
committerDavid Kowis2011-05-13 11:05:49 -0500
commitf15f9fbd6aab6ad16f2dd9408882e8a21af3f897 (patch)
tree22c526b9526a2fd5dbd8637dad524ff9b62c4166
parentc82654243c587ae010b9ce47a52148db4537adda (diff)
Revert "systemd: modified the build a bit"
This reverts commit 4dce73029c94c938004a30bd120503cf10493ffc.
-rwxr-xr-xsmgl/systemd/BUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/smgl/systemd/BUILD b/smgl/systemd/BUILD
index 82099effd7..4983f00009 100755
--- a/smgl/systemd/BUILD
+++ b/smgl/systemd/BUILD
@@ -1,3 +1,5 @@
cd $SOURCE_DIRECTORY &&
-./bootstrap.sh --prefix=${INSTALL_ROOT}/usr &&
-make -j$MAKE_NJOBS
+aclocal &&
+autoconf &&
+automake &&
+default_build