mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 05:45:35 +00:00
Linux Software RAID devices are blacklisted now. (backported from Debian).
Attributes tab is before the capabilities tab now.
A man page has been generously contributed by Giuseppe Iuculano
<giuseppe@iuculano.it>.
Smartctl version now includes the CVS snapshot date (if available).
Windows: Look for "smartctl-nc.exe" instead of "smartctl.exe" by default.
Windows: Use smartmontools-supplied smartctl-nc.exe by default (if found).
Other minor changes (mainly Debian backports).
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
|
|
|