mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 01:12:30 +01:00
put back AM_PROG_LIBTOOL macro. some older automake/autoconf don't like the AC_PROG_LIBTOOL name, even they're aliases
This commit is contained in:
@@ -17,7 +17,7 @@ AC_INIT(src/WindowMaker.h)
|
|||||||
|
|
||||||
AM_INIT_AUTOMAKE(WindowMaker, 0.70.0)
|
AM_INIT_AUTOMAKE(WindowMaker, 0.70.0)
|
||||||
|
|
||||||
AC_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
# by Marcelo Magallon <mmagallo@efis.ucr.ac.cr>
|
# by Marcelo Magallon <mmagallo@efis.ucr.ac.cr>
|
||||||
# Turn around -rpath problem with libtool 1.0c
|
# Turn around -rpath problem with libtool 1.0c
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ AC_INIT(src/WindowMaker.h)
|
|||||||
|
|
||||||
AM_INIT_AUTOMAKE(WindowMaker, 0.70.0)
|
AM_INIT_AUTOMAKE(WindowMaker, 0.70.0)
|
||||||
|
|
||||||
AC_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
# by Marcelo Magallon <mmagallo@efis.ucr.ac.cr>
|
# by Marcelo Magallon <mmagallo@efis.ucr.ac.cr>
|
||||||
# Turn around -rpath problem with libtool 1.0c
|
# Turn around -rpath problem with libtool 1.0c
|
||||||
|
|||||||
Reference in New Issue
Block a user