Skip to content
Snippets Groups Projects

Wrap configure script generation

Open Raphael Schlarb requested to merge autogen into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
autogen.sh 0 → 100755
+ 7
0
#!/bin/sh
autoreconf -fvi || exit $?
(cd libcdi; ./autogen.sh) || exit $?
exit 0
Loading