[go: up one dir, main page]

Menu

[e0151d]: / autogen.sh  Maximize  Restore  History

Download this file

17 lines (12 with data), 322 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#!/bin/sh
rm -f config.cache
aclocal
autoconf
autoheader
echo "You can run \`configure' now to create your Makefile."
#
# !!! Fix the build system to allow $top_builddir != $top_srcdir
# !!! or add an option to create build directories (find, ln -s, ...)
#
# echo "Maybe you want to create a build directory first."
#