freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] GSoC-2020-priyesh 11809ac: * autogen.sh: Removed unwanted sc


From: Priyesh Kumar
Subject: [freetype2] GSoC-2020-priyesh 11809ac: * autogen.sh: Removed unwanted scripts.
Date: Wed, 26 Aug 2020 00:57:35 -0400 (EDT)

branch: GSoC-2020-priyesh
commit 11809ac6d6048aeecf5f0df4e5418bd8e86c13ab
Author: Priyeshkkumar <priyeshkkumar@gmail.com>
Commit: Priyeshkkumar <priyeshkkumar@gmail.com>

        * autogen.sh: Removed unwanted scripts.
---
 autogen.sh | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 570c77a..153593b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -170,15 +170,7 @@ copy_submodule_files()
   mkdir src/dlg/dlg
   cp $DLG_INC_DIR/dlg.h src/dlg/dlg
   cp $DLG_INC_DIR/output.h src/dlg/dlg
-  echo "#ifdef FT_LOGGING"                             >src/dlg/dlg.c
-  echo                                                >>src/dlg/dlg.c
-  cat submodules/dlg/src/dlg/dlg.c                    >>src/dlg/dlg.c
-  echo                                                >>src/dlg/dlg.c
-  echo "#else /* !FT_LOGGING */"                      >>src/dlg/dlg.c
-  echo "/* ANSI C doesn't like empty source files */" >>src/dlg/dlg.c
-  echo "  typedef int  _dlg_dummy;"                   >>src/dlg/dlg.c
-  echo                                                >>src/dlg/dlg.c
-  echo "#endif /* !FT_LOGGING */"                     >>src/dlg/dlg.c
+  cp $DLG_SRC_DIR/* src/dlg
 }
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]