mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-24 21:05:38 +00:00
28 lines
447 B
Bash
Executable File
28 lines
447 B
Bash
Executable File
#! /bin/sh
|
|
|
|
#echo "Adding libtools..."
|
|
#libtoolize --automake --copy
|
|
|
|
# echo "Running aclocal (builds aclocal.m4)..."
|
|
# aclocal -I ./autoconf_m4
|
|
|
|
# echo "Running autoheader (generates config.h.in)..."
|
|
# autoheader
|
|
|
|
# echo "Running automake..."
|
|
# automake --add-missing --copy --foreign
|
|
|
|
# echo "Running autoconf..."
|
|
# autoconf
|
|
|
|
|
|
autoreconf --verbose --install -W all
|
|
|
|
|
|
rm -f config.cache
|
|
|
|
echo
|
|
echo 'run "./configure ; make ; make install"'
|
|
echo
|
|
|