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
12
12
13
13
# Configuration stuff
14
14
15
- Makefile.in
15
+ GNUmakefile.in
16
+ GNUmakefile
16
17
/aclocal.m4
17
18
/autom4te.cache /
18
19
/src /config.h
@@ -35,7 +36,8 @@ Makefile.in
35
36
/script /ltmain.sh
36
37
/script /missing
37
38
/script /test-driver
38
- /stamp-h1
39
+ /src /stamp-h1
40
+ /src /Makefile.in
39
41
/src /Makefile
40
42
libsass /*
41
43
@@ -72,4 +74,4 @@ src/support/libsass.pc
72
74
sassc /
73
75
sass-spec /
74
76
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])
6
6
AC_INIT ( [ libsass] ,
m4_esyscmd_s ( [ ./version.sh] ) ,
[ [email protected] ] )
7
7
AC_CONFIG_SRCDIR ( [ src/ast.hpp] )
8
8
AC_CONFIG_MACRO_DIR ( [ m4] )
9
- AC_CONFIG_HEADERS ( [ config.h] )
9
+ AC_CONFIG_HEADERS ( [ src/ config.h] )
10
10
AC_CONFIG_FILES ( [ include/sass_version.h] )
11
11
AC_CONFIG_AUX_DIR ( [ script] )
12
12
# These are flags passed to automake
@@ -137,5 +137,5 @@ AC_SUBST(PACKAGE_VERSION)
137
137
138
138
AC_MSG_NOTICE ( [ Building libsass ($VERSION)] )
139
139
140
- AC_CONFIG_FILES ( [ Makefile src/Makefile src/support/libsass.pc] )
140
+ AC_CONFIG_FILES ( [ GNUmakefile src/Makefile src/support/libsass.pc] )
141
141
AC_OUTPUT
You can’t perform that action at this time.
0 commit comments