mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 05:45:35 +00:00
GSmartControl now uses XDG config directory for per-user configuration on
UNIX and CSIDL_PROFILE directory on Windows. Existing configuration is
migrated automatically.
The names are shown correctly for unsupported devices even with the latest
smartctl snapshots now.
Smartctl SVN revision is shown (if available).
The progress bars update properly when parallel tests are run.
Windows: GSmartControl should be able to operate on any valid filesystem
path (not just locale-representable ones).
Windows: GSmartControl is now officially compilable on x86_64 via mingw64.
Fixed compilation under very old gtkmm/libglademm, and with gcc 4.4.
Fixed parsing of multiple error types in SMART error log.
Added minor features and fixed miscellaneous bugs.
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
|
|
|