Files
qt-creator/tests/manual/autotoolsprojectmanager/autogen.sh
hjk 0955eefb8a Add a minimal automake project for testing purposes
Change-Id: If2127f2baf79716517e85661a3c657d689d84d67
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2018-01-10 11:00:26 +00:00

8 lines
74 B
Bash
Executable File

#!/bin/sh
libtoolize
aclocal
automake --add-missing
autoconf
./configure