chiark / gitweb /
udev: rules - ignore the lack of trailing newline
[elogind.git] / autogen.sh
index 0fc6e57027af85d111f0067be49932b5e8feb8f3..7b62449be81f4b0faac508bb9692695ee804d9fd 100755 (executable)
@@ -50,6 +50,10 @@ args="\
 --libdir=$(libdir /usr/lib) \
 $gtkdocargs"
 
+if [ -f "$topdir/.config.args" ]; then
+        args="$args $(cat $topdir/.config.args)"
+fi
+
 if [ ! -L /bin ]; then
 args="$args \
 --with-rootprefix= \