Skip to content
Snippets Groups Projects
  • J. Bruce Fields's avatar
    d7cab1d9
    compile fix · d7cab1d9
    J. Bruce Fields authored
    
    Without this I get
    
    	$ make
    	aclocal --acdir=./m4 --output=aclocal.m4
    	aclocal: error: unrecognized option '--acdir=./m4'.
    	aclocal: Try '/usr/bin/aclocal --help' for more information.
    	make: *** [aclocal.m4] Error 1
    
    on my Fedora 20 machine.
    
    Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
    d7cab1d9
    History
    compile fix
    J. Bruce Fields authored
    
    Without this I get
    
    	$ make
    	aclocal --acdir=./m4 --output=aclocal.m4
    	aclocal: error: unrecognized option '--acdir=./m4'.
    	aclocal: Try '/usr/bin/aclocal --help' for more information.
    	make: *** [aclocal.m4] Error 1
    
    on my Fedora 20 machine.
    
    Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>