[gimp-help] build: mark automake as foreign or it will complain about missing README



commit 1e66da3c1be3aacf319d67f6b5289c08f52c1e43
Author: Jacob Boerema <jgboerema gmail com>
Date:   Sat Aug 14 18:47:47 2021 -0400

    build: mark automake as foreign or it will complain about missing README

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index aea6f3e3e..3c0d70c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_CONFIG_COMMANDS(
 #    cp -f $srcdir/stylesheets/*.xsl $srcdir/stylesheets/*.dtd $srcdir/stylesheets/languageVocab.xml 
stylesheets/
 #])
 
-AM_INIT_AUTOMAKE([1.10 tar-pax dist-bzip2 -Wall -Wno-portability])
+AM_INIT_AUTOMAKE([1.10 foreign tar-pax dist-bzip2 -Wall -Wno-portability])
 
 AM_MAINTAINER_MODE
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]