This website requires JavaScript.
Explore
Help
Register
Sign In
sugarlabs
/
sugar-toolkit-gtk3
Watch
1
Star
0
Fork
0
You've already forked sugar-toolkit-gtk3
Code
Issues
Pull Requests
Releases
Wiki
Activity
488402df7d
sugar-toolkit-gtk3
/
Makefile.am
4 lines
41 B
Makefile
Raw
Normal View
History
Unescape
Escape
Fix regeneration of ./configure from configure.ac when using make To use an m4 macro library you need three things: * configure.ac mentions it (OK) * autogen.sh mentions it (OK) * Makefile.am mentions it (fixed by this patch) Omission of the third part means that when you change configure.ac and run make, ./configure is rebuilt without using the m4 directory, so autoconf doesn't load python.m4 and the rebuild fails.
2007-08-07 14:13:23 +02:00
ACLOCAL_AMFLAGS
=
-I m4
Split sugar-toolkit out of sugar shell.
2008-02-06 10:20:33 +01:00
SUBDIRS
=
sugar
Reference in New Issue
Copy Permalink