X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=autogen.sh;h=7b62449be81f4b0faac508bb9692695ee804d9fd;hp=0fc6e57027af85d111f0067be49932b5e8feb8f3;hb=3c6d3052d3597100e9d531df03cb15e9988dc94d;hpb=85e74b26c30b4c34a7ed8342b8f692ccdf3908b4 diff --git a/autogen.sh b/autogen.sh index 0fc6e5702..7b62449be 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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= \