This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ VERSION
1212
1313# Configuration stuff
1414
15- Makefile.in
15+ GNUmakefile.in
16+ GNUmakefile
1617/aclocal.m4
1718/autom4te.cache /
1819/src /config.h
@@ -35,7 +36,8 @@ Makefile.in
3536/script /ltmain.sh
3637/script /missing
3738/script /test-driver
38- /stamp-h1
39+ /src /stamp-h1
40+ /src /Makefile.in
3941/src /Makefile
4042libsass /*
4143
@@ -72,4 +74,4 @@ src/support/libsass.pc
7274sassc /
7375sass-spec /
7476
75- installer /
77+ installer /
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ AC_PREREQ([2.61])
66AC_INIT ( [ libsass] , m4_esyscmd_s ( [ ./version.sh] ) , [ support@moovweb.com] )
77AC_CONFIG_SRCDIR ( [ src/ast.hpp] )
88AC_CONFIG_MACRO_DIR ( [ m4] )
9- AC_CONFIG_HEADERS ( [ config.h] )
9+ AC_CONFIG_HEADERS ( [ src/ config.h] )
1010AC_CONFIG_FILES ( [ include/sass_version.h] )
1111AC_CONFIG_AUX_DIR ( [ script] )
1212# These are flags passed to automake
@@ -137,5 +137,5 @@ AC_SUBST(PACKAGE_VERSION)
137137
138138AC_MSG_NOTICE ( [ Building libsass ($VERSION)] )
139139
140- AC_CONFIG_FILES ( [ Makefile src/Makefile src/support/libsass.pc] )
140+ AC_CONFIG_FILES ( [ GNUmakefile src/Makefile src/support/libsass.pc] )
141141AC_OUTPUT
You can’t perform that action at this time.
0 commit comments