mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-22 23:15:51 +01:00
Autoconf mods
- according to the automake manual, `acinclude.m4' is the old style of doing stuff, putting local macros in their own directory is the way to go, so move acincluce.m4 to m4/windowmaker.m4 - reflect this in autogen.sh and Makefile.am - while there, add a `conditionally set cflags' macro from the autoconf macro archive - use this to slightly pump warning levels up if we are on gcc
This commit is contained in:
committed by
Carlos R. Mafra
parent
6bf7994520
commit
1bc042c172
@@ -35,8 +35,8 @@ fi
|
||||
|
||||
echo " libtoolize --copy --force --automake"
|
||||
libtoolize --copy --force --automake
|
||||
echo " aclocal -I . $ACLOCAL_FLAGS"
|
||||
aclocal -I . $ACLOCAL_FLAGS
|
||||
echo " aclocal -I m4 $ACLOCAL_FLAGS"
|
||||
aclocal -I m4 $ACLOCAL_FLAGS
|
||||
echo " autoheader"
|
||||
autoheader
|
||||
echo " automake --add-missing --gnu --include-deps"
|
||||
|
||||
Reference in New Issue
Block a user